Home
last modified time | relevance | path

Searched refs:isELF (Results 1 – 23 of 23) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp154 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 DMCSymbolELF.h49 static bool classof(const MCSymbol *S) { return S->isELF(); } in classof()
H A DMCSymbol.h281 bool isELF() const { return Kind == SymbolKindELF; } in isELF() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DBinary.h122 bool isELF() const { in isELF() function
165 if (isELF()) in getTripleObjectFormat()
H A DELFObjectFile.h88 static bool classof(const Binary *v) { return v->isELF(); } in classof()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp812 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 DOffloadDump.cpp52 if (!O.isELF() && !O.isCOFF()) { in dumpOffloadBinary()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DOffloadBinary.cpp72 assert((Obj.isELF() || Obj.isCOFF()) && "Invalid file type"); in extractFromObject()
76 if (Obj.isELF() && in extractFromObject()
H A DRelocationResolver.cpp764 } else if (Obj.isELF()) { in getRelocationResolver()
850 if (Obj->isELF()) { in resolveRelocation()
/openbsd-src/gnu/llvm/llvm/lib/XRay/
H A DInstrumentationMap.cpp61 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 Dobj2yaml.cpp45 if (Obj.isELF()) in dumpObject()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DGlobals.cpp312 bool isELF = in canIncreaseAlignment() local
314 if (isELF && !isDSOLocal()) in canIncreaseAlignment()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp47 if (Obj.isELF() || Obj.isMachO()) in createReader()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DObjDumper.cpp115 SecIndex = Obj.isELF() ? 0 : 1; in getSectionRefsByNameOrIndex()
H A Dllvm-readobj.cpp456 if (Obj.isELF()) { in dumpObject()
/openbsd-src/gnu/llvm/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp186 if (!O->isELF()) { in populateFromObject()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp199 if (Obj.isELF()) { in notifyObjectLoaded()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp134 if (Obj.isELF() || Obj.isMachO()) { in get()
/openbsd-src/gnu/llvm/llvm/tools/llvm-size/
H A Dllvm-size.cpp178 if (!Obj->isELF()) in considerForSize()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp903 if (Sym && Sym->isELF()) { in shouldForceRelocation()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp181 assert(Obj.isELF() && "Not an ELF object file."); in createELFDebugObject()
2415 return Obj.isELF(); in isCompatibleFile()
H A DRuntimeDyld.cpp1349 if (Obj.isELF()) in loadObject()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2941 (Res.getSymA()->getSymbol().isELF() && in loadAndAddSymbolAddress()