| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | SymbolizableObjectFile.cpp | 153 Obj.isELF() ? ELFSymbolRef(Symbol).getRawDataRefImpl().d.b : 0; in addSymbol() 156 if (Obj.isELF()) { in addSymbol() 169 if (Obj.isELF()) { in addSymbol() 215 if (Obj.isELF() && ELFSymbolRef(Symbol).getBinding() != ELF::STB_LOCAL) in addSymbol() 252 assert(Module->isELF()); in getNameFromSymbolTable()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | OffloadDump.cpp | 55 if (!O.isELF() && !O.isCOFF()) { in dumpOffloadBinary() 78 if (!O.isELF() && !O.isCOFF()) { in dumpOffloadBundleFatBinary()
|
| H A D | llvm-objdump.cpp | 1195 assert(Obj.isELF()); in getElfSymbolType() 1392 if (Obj->isELF()) in shouldAdjustVA() 1502 Obj.isELF() ? getElfSymbolType(Obj, Symbol) : (uint8_t)ELF::STT_NOTYPE; in createSymbolInfo() 1677 assert(Obj.isELF()); in createFakeELFSections() 1762 if (Obj.isELF() && in disassembleObject() 1814 if (AllSymbols.empty() && Obj.isELF()) in disassembleObject() 1820 if (Obj.isELF() && Obj.sections().empty()) in disassembleObject() 1969 if (Obj.isELF() && Obj.getArch() == Triple::amdgcn) { in disassembleObject() 2069 if (Obj.isELF() && !DisassembleAll && Section.isText()) { in disassembleObject() 2738 if (O.isELF() && (ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC)) in printRelocations() [all …]
|
| /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 | 284 bool isELF() const { return Kind == SymbolKindELF; } in isELF() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | Binary.h | 124 bool isELF() const { in isELF() function 169 if (isELF()) in getTripleObjectFormat()
|
| H A D | ELFObjectFile.h | 99 static bool classof(const Binary *v) { return v->isELF(); } in classof()
|
| /freebsd/contrib/llvm-project/llvm/lib/XRay/ |
| H A D | InstrumentationMap.cpp | 60 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 | 69 assert((Obj.isELF() || Obj.isCOFF()) && "Invalid file type"); in extractFromObject() 73 if (Obj.isELF() && in extractFromObject()
|
| H A D | OffloadBundle.cpp | 154 assert((Obj.isELF() || Obj.isCOFF()) && "Invalid file type"); in extractOffloadBundleFatBinary() 168 if (Obj.isELF()) { in extractOffloadBundleFatBinary()
|
| H A D | RelocationResolver.cpp | 789 } else if (Obj.isELF()) { in getRelocationResolver() 881 if (Obj->isELF()) { in resolveRelocation()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Globals.cpp | 363 bool isELF = (!Parent || Parent->getTargetTriple().isOSBinFormatELF()); in canIncreaseAlignment() local 364 if (isELF && !isDSOLocal()) in canIncreaseAlignment()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfCorrelator.cpp | 213 if (Obj.isELF() || Obj.isMachO()) { in get() 222 if (Obj.isELF() || Obj.isCOFF()) in get()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ObjDumper.cpp | 119 SecIndex = Obj.isELF() ? 0 : 1; in getSectionRefsByNameOrIndex()
|
| H A D | llvm-readobj.cpp | 460 if (Obj.isELF()) { in dumpObject()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/ |
| H A D | llvm-tli-checker.cpp | 181 if (!O->isELF()) { in populateFromObject()
|
| /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 | 50 if (Obj.isELF() || Obj.isMachO() || Obj.isWasm()) in createReader()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-size/ |
| H A D | llvm-size.cpp | 174 if (!Obj->isELF()) in considerForSize()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMAsmBackend.cpp | 299 if (!Sym || !Sym->isELF()) in needsInterworking()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 1363 if (Obj.isELF()) in loadObject()
|
| H A D | RuntimeDyldELF.cpp | 181 assert(Obj.isELF() && "Not an ELF object file."); in createELFDebugObject() 2824 return Obj.isELF(); in isCompatibleFile()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 2951 (Res.getAddSym()->isELF() && in loadAndAddSymbolAddress()
|