| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCSymbolELF.h | 49 static bool classof(const MCSymbol *S) { return S->isELF(); } in classof()
|
| H A D | MCSymbol.h | 281 bool isELF() const { return Kind == SymbolKindELF; } in isELF() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | Binary.h | 122 bool isELF() const { in isELF() function 165 if (isELF()) in getTripleObjectFormat()
|
| H A D | ELFObjectFile.h | 88 static bool classof(const Binary *v) { return v->isELF(); } in classof()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 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 …]
|
| H A D | OffloadDump.cpp | 52 if (!O.isELF() && !O.isCOFF()) { in dumpOffloadBinary()
|
| /openbsd-src/gnu/llvm/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 | 764 } else if (Obj.isELF()) { in getRelocationResolver() 850 if (Obj->isELF()) { in resolveRelocation()
|
| /openbsd-src/gnu/llvm/llvm/lib/XRay/ |
| H A D | InstrumentationMap.cpp | 61 if ((!ObjFile.getBinary()->isELF() && !ObjFile.getBinary()->isMachO()) || in loadObj() 93 if (ObjFile.getBinary()->isELF()) { in loadObj()
|
| /openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
| H A D | obj2yaml.cpp | 45 if (Obj.isELF()) in dumpObject()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Globals.cpp | 312 bool isELF = in canIncreaseAlignment() local 314 if (isELF && !isDSOLocal()) in canIncreaseAlignment()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/ |
| H A D | LVReaderHandler.cpp | 47 if (Obj.isELF() || Obj.isMachO()) in createReader()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | ObjDumper.cpp | 115 SecIndex = Obj.isELF() ? 0 : 1; in getSectionRefsByNameOrIndex()
|
| H A D | llvm-readobj.cpp | 456 if (Obj.isELF()) { in dumpObject()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-tli-checker/ |
| H A D | llvm-tli-checker.cpp | 186 if (!O->isELF()) { in populateFromObject()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | IntelJITEventListener.cpp | 199 if (Obj.isELF()) { in notifyObjectLoaded()
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | InstrProfCorrelator.cpp | 134 if (Obj.isELF() || Obj.isMachO()) { in get()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-size/ |
| H A D | llvm-size.cpp | 178 if (!Obj->isELF()) in considerForSize()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMAsmBackend.cpp | 903 if (Sym && Sym->isELF()) { in shouldForceRelocation()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.cpp | 181 assert(Obj.isELF() && "Not an ELF object file."); in createELFDebugObject() 2415 return Obj.isELF(); in isCompatibleFile()
|
| H A D | RuntimeDyld.cpp | 1349 if (Obj.isELF()) in loadObject()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 2941 (Res.getSymA()->getSymbol().isELF() && in loadAndAddSymbolAddress()
|