Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbolELF.h46 static bool classof(const MCSymbol *S) { return S->isELF(); } in classof()
DMCSymbol.h274 bool isELF() const { return Kind == SymbolKindELF; } in isELF() function
/external/llvm/include/llvm/MC/
DMCSymbolELF.h47 static bool classof(const MCSymbol *S) { return S->isELF(); } in classof()
DMCSymbol.h278 bool isELF() const { return Kind == SymbolKindELF; } in isELF() function
/external/llvm-project/llvm/include/llvm/MC/
DMCSymbolELF.h46 static bool classof(const MCSymbol *S) { return S->isELF(); } in classof()
DMCSymbol.h274 bool isELF() const { return Kind == SymbolKindELF; } in isELF() function
/external/llvm-project/llvm/include/llvm/Object/
DBinary.h120 bool isELF() const { in isELF() function
160 if (isELF()) in getTripleObjectFormat()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DBinary.h118 bool isELF() const { in isELF() function
158 if (isELF()) in getTripleObjectFormat()
/external/llvm-project/llvm/unittests/ObjectYAML/
DYAML2ObjTest.cpp36 ASSERT_TRUE(Obj->isELF()); in TEST()
/external/llvm/tools/obj2yaml/
Dobj2yaml.cpp25 if (Obj.isELF()) in dumpObject()
/external/llvm-project/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1341 assert(Obj->isELF()); in getElfSymbolType()
1383 assert(Obj->isELF()); in addDynamicElfSymbols()
1486 if (Obj->isELF()) in shouldAdjustVA()
1584 Obj->isELF() ? getElfSymbolType(Obj, Symbol) in createSymbolInfo()
1677 if (Obj->isELF() && getElfSymbolType(Obj, Symbol) == ELF::STT_SECTION) in disassembleObject()
1699 if (AllSymbols.empty() && Obj->isELF()) in disassembleObject()
1795 if (Obj->isELF() && Obj->getArch() == Triple::amdgcn) { in disassembleObject()
1924 if (Obj->isELF() && !DisassembleAll && Section.isText()) { in disassembleObject()
2294 if (!Obj->isELF()) in printDynamicRelocations()
2326 if (!Obj->isELF()) in shouldDisplayLMA()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DInstrumentationMap.cpp61 if ((!ObjFile.getBinary()->isELF() && !ObjFile.getBinary()->isMachO()) || in loadObj()
90 if (ObjFile.getBinary()->isELF()) { in loadObj()
/external/llvm-project/llvm/tools/obj2yaml/
Dobj2yaml.cpp28 if (Obj.isELF()) in dumpObject()
/external/llvm-project/llvm/lib/XRay/
DInstrumentationMap.cpp61 if ((!ObjFile.getBinary()->isELF() && !ObjFile.getBinary()->isMachO()) || in loadObj()
95 if (ObjFile.getBinary()->isELF()) { in loadObj()
/external/llvm/lib/IR/
DGlobals.cpp208 bool isELF = in canIncreaseAlignment() local
210 if (isELF && hasDefaultVisibility() && !hasLocalLinkage()) in canIncreaseAlignment()
/external/llvm/include/llvm/Object/
DBinary.h106 bool isELF() const { in isELF() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DGlobals.cpp278 bool isELF = in canIncreaseAlignment() local
280 if (isELF && !isDSOLocal()) in canIncreaseAlignment()
/external/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp332 if (Obj->isELF()) in createDumper()
383 if (Obj->isELF()) { in dumpObject()
/external/llvm-project/llvm/lib/IR/
DGlobals.cpp275 bool isELF = in canIncreaseAlignment() local
277 if (isELF && !isDSOLocal()) in canIncreaseAlignment()
/external/llvm-project/llvm/tools/llvm-readobj/
DObjDumper.cpp69 SecIndex = Obj.isELF() ? 0 : 1; in getSectionRefsByNameOrIndex()
Dllvm-readobj.cpp532 if (Obj.isELF()) { in dumpObject()
/external/llvm-project/llvm/lib/Object/
DRelocationResolver.cpp653 } else if (Obj.isELF()) { in getRelocationResolver()
732 if (Obj->isELF()) { in resolveRelocation()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1075 if (Obj->isELF() && Obj->getArch() == Triple::aarch64) { in DisassembleObject()
1146 if (Obj->isELF() && Obj->getArch() == Triple::amdgcn) { in DisassembleObject()
1172 if (Obj->isELF() && Obj->getArch() == Triple::aarch64) { in DisassembleObject()
1632 if (o->isELF()) in printPrivateFileHeaders()
1644 if (o->isELF()) in printFirstPrivateFileHeader()
/external/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp198 if (Obj.isELF()) { in notifyObjectLoaded()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRelocationResolver.cpp543 } else if (Obj.isELF()) { in getRelocationResolver()

12