/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | SymbolizableObjectFile.cpp | 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()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSymbolELF.h | 50 static bool classof(const MCSymbol *S) { return S->isELF(); } in classof()
|
H A D | MCSymbol.h | 283 bool isELF() const { return Kind == SymbolKindELF; } in isELF() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | Binary.h | 123 bool isELF() const { in isELF() function 168 if (isELF()) in getTripleObjectFormat()
|
H A D | ELFObjectFile.h | 96 static bool classof(const Binary *v) { return v->isELF(); } in classof()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | OffloadDump.cpp | 52 if (!O.isELF() && !O.isCOFF()) { in dumpOffloadBinary()
|
H A D | llvm-objdump.cpp | 1129 assert(Obj.isELF()); in getElfSymbolType() 1321 if (Obj->isELF()) in shouldAdjustVA() 1431 Obj.isELF() ? getElfSymbolType(Obj, Symbol) : (uint8_t)ELF::STT_NOTYPE; in createSymbolInfo() 1624 assert(Obj.isELF()); in createFakeELFSections() 1709 if (Obj.isELF() && in disassembleObject() 1761 if (AllSymbols.empty() && Obj.isELF()) in disassembleObject() 1767 if (Obj.isELF() && Obj.sections().empty()) in disassembleObject() 1891 if (Obj.isELF() && Obj.getArch() == Triple::amdgcn) { in disassembleObject() 1991 if (Obj.isELF() && !DisassembleAll && Section.isText()) { in disassembleObject() 2667 if (O.isELF() && (ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC)) in printRelocations() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/XRay/ |
H A D | InstrumentationMap.cpp | 61 if ((!ObjFile.getBinary()->isELF() && !ObjFile.getBinary()->isMachO()) || in loadObj() 94 if (ObjFile.getBinary()->isELF()) { in loadObj()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | OffloadBinary.cpp | 72 assert((Obj.isELF() || Obj.isCOFF()) && "Invalid file type"); in extractFromObject() 76 if (Obj.isELF() && in extractFromObject()
|
H A D | RelocationResolver.cpp | 782 } else if (Obj.isELF()) { in getRelocationResolver() 874 if (Obj->isELF()) { in resolveRelocation()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Globals.cpp | 337 bool isELF = in canIncreaseAlignment() local 339 if (isELF && !isDSOLocal()) in canIncreaseAlignment()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfCorrelator.cpp | 189 if (Obj.isELF() || Obj.isMachO()) { in get() 198 if (Obj.isELF() || Obj.isCOFF()) in get()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ObjDumper.cpp | 117 SecIndex = Obj.isELF() ? 0 : 1; in getSectionRefsByNameOrIndex()
|
H A D | llvm-readobj.cpp | 459 if (Obj.isELF()) { in dumpObject()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/ |
H A D | llvm-tli-checker.cpp | 179 if (!O->isELF()) { in maybeInsertSymbol()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | IntelJITEventListener.cpp | 199 if (Obj.isELF()) { in notifyObjectLoaded()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/ |
H A D | LVReaderHandler.cpp | 51 if (Obj.isELF() || Obj.isMachO() || Obj.isWasm()) in createReader()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/ |
H A D | llvm-size.cpp | 170 if (!Obj->isELF()) in getRadixFmt()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMAsmBackend.cpp | 932 if (Sym && Sym->isELF()) { in shouldForceRelocation()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 182 assert(Obj.isELF() && "Not an ELF object file."); in createELFDebugObject() 2427 return Obj.isELF(); in isCompatibleFile()
|
H A D | RuntimeDyld.cpp | 1348 if (Obj.isELF()) in loadObject()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 2996 (Res.getSymA()->getSymbol().isELF() && in loadAndAddSymbolAddress()
|