Searched refs:isELF (Results 1 – 21 of 21) sorted by relevance
154 Obj.isELF() ? ELFSymbolRef(Symbol).getRawDataRefImpl().d.b : 0; in addSymbol()157 if (Obj.isELF()) { in addSymbol()170 if (Obj.isELF()) { in addSymbol()216 if (Obj.isELF() && ELFSymbolRef(Symbol).getBinding() != ELF::STB_LOCAL) in addSymbol()253 assert(Module->isELF()); in getNameFromSymbolTable()
49 static bool classof(const MCSymbol *S) { return S->isELF(); } in classof()
281 bool isELF() const { return Kind == SymbolKindELF; } in isELF() function
122 bool isELF() const { in isELF() function165 if (isELF()) in getTripleObjectFormat()
88 static bool classof(const Binary *v) { return v->isELF(); } in classof()
812 assert(Obj.isELF()); in getElfSymbolType()1003 if (Obj->isELF()) in shouldAdjustVA()1107 Obj.isELF() ? getElfSymbolType(Obj, Symbol) in createSymbolInfo()1271 assert(Obj.isELF()); in createFakeELFSections()1337 if (Obj.isELF() && getElfSymbolType(Obj, Symbol) == ELF::STT_SECTION) in disassembleObject()1364 if (AllSymbols.empty() && Obj.isELF()) in disassembleObject()1370 if (Obj.isELF() && Obj.sections().empty()) in disassembleObject()1494 if (Obj.isELF() && Obj.getArch() == Triple::amdgcn) { in disassembleObject()1579 if (Obj.isELF() && !DisassembleAll && Section.isText()) { in disassembleObject()2162 if (Obj->isELF() && (ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC)) in printRelocations()[all …]
52 if (!O.isELF() && !O.isCOFF()) { in dumpOffloadBinary()
72 assert((Obj.isELF() || Obj.isCOFF()) && "Invalid file type"); in extractFromObject()76 if (Obj.isELF() && in extractFromObject()
764 } else if (Obj.isELF()) { in getRelocationResolver()850 if (Obj->isELF()) { in resolveRelocation()
61 if ((!ObjFile.getBinary()->isELF() && !ObjFile.getBinary()->isMachO()) || in loadObj()93 if (ObjFile.getBinary()->isELF()) { in loadObj()
45 if (Obj.isELF()) in dumpObject()
312 bool isELF = in canIncreaseAlignment() local314 if (isELF && !isDSOLocal()) in canIncreaseAlignment()
115 SecIndex = Obj.isELF() ? 0 : 1; in getSectionRefsByNameOrIndex()
456 if (Obj.isELF()) { in dumpObject()
199 if (Obj.isELF()) { in notifyObjectLoaded()
134 if (Obj.isELF() || Obj.isMachO()) { in get()
178 if (!Obj->isELF()) in considerForSize()
903 if (Sym && Sym->isELF()) { in shouldForceRelocation()
181 assert(Obj.isELF() && "Not an ELF object file."); in createELFDebugObject()2415 return Obj.isELF(); in isCompatibleFile()
1349 if (Obj.isELF()) in loadObject()
2941 (Res.getSymA()->getSymbol().isELF() && in loadAndAddSymbolAddress()