Lines Matching full:objfile
98 return make<ObjFile>(mb, archiveName, lazy);
108 uint32_t ObjFile::calcNewIndex(const WasmRelocation &reloc) const {
121 int64_t ObjFile::calcNewAddend(const WasmRelocation &reloc) const {
145 uint64_t ObjFile::calcNewValue(const WasmRelocation &reloc, uint64_t tombstone,
279 void ObjFile::addLegacyIndirectFunctionTableIfNeeded(
399 void ObjFile::parseLazy() {
400 LLVM_DEBUG(dbgs() << "ObjFile::parseLazy: " << toString(this) << " "
415 ObjFile::ObjFile(MemoryBufferRef m, StringRef archiveName, bool lazy)
488 void ObjFile::parse(bool ignoreComdats) {
490 LLVM_DEBUG(dbgs() << "ObjFile::parse: " << toString(this) << "\n");
629 bool ObjFile::isExcludedByComdat(const InputChunk *chunk) const {
636 FunctionSymbol *ObjFile::getFunctionSymbol(uint32_t index) const {
640 GlobalSymbol *ObjFile::getGlobalSymbol(uint32_t index) const {
644 TagSymbol *ObjFile::getTagSymbol(uint32_t index) const {
648 TableSymbol *ObjFile::getTableSymbol(uint32_t index) const {
652 SectionSymbol *ObjFile::getSectionSymbol(uint32_t index) const {
656 DataSymbol *ObjFile::getDataSymbol(uint32_t index) const {
660 Symbol *ObjFile::createDefined(const WasmSymbol &sym) {
722 Symbol *ObjFile::createUndefined(const WasmSymbol &sym, bool isCalledDirectly) {