Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DBinary.h109 bool isELF() const { in isELF() function
143 if (isELF()) in getTripleObjectFormat()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSymbolELF.h47 static bool classof(const MCSymbol *S) { return S->isELF(); } in classof()
DMCSymbol.h281 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/swiftshader/third_party/LLVM/include/llvm/Object/
DBinary.h45 isELF, enumerator
/external/llvm/tools/obj2yaml/
Dobj2yaml.cpp25 if (Obj.isELF()) in dumpObject()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dobj2yaml.cpp23 if (Obj.isELF()) in dumpObject()
/external/llvm/lib/IR/
DGlobals.cpp208 bool isELF = in canIncreaseAlignment() local
210 if (isELF && hasDefaultVisibility() && !hasLocalLinkage()) in canIncreaseAlignment()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp972 return (Obj->isELF() && in isArmElf()
1180 assert(Obj->isELF()); in getElfSymbolType()
1225 assert(Obj->isELF()); in addDynamicElfSymbols()
1331 if (Obj->isELF()) in DisassembleObject()
1342 if (AllSymbols.empty() && Obj->isELF()) in DisassembleObject()
1417 if (Obj->isELF() && Obj->getArch() == Triple::amdgcn) { in DisassembleObject()
1510 if (Obj->isELF() && Obj->getArch() == Triple::amdgcn) { in DisassembleObject()
1637 if (Obj->isELF() && std::get<2>(Symbols[si]) == ELF::STT_OBJECT && in DisassembleObject()
1814 if (!Obj->isELF()) in PrintDynamicRelocations()
2156 if (o->isELF()) { in printPrivateFileHeaders()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DGlobals.cpp248 bool isELF = in canIncreaseAlignment() local
250 if (isELF && hasDefaultVisibility() && !hasLocalLinkage()) in canIncreaseAlignment()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMSubtarget.h161 isELF, isDarwin enumerator
/external/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp332 if (Obj->isELF()) in createDumper()
383 if (Obj->isELF()) { in dumpObject()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DObjDumper.cpp41 if (Obj->isELF()) in getSecNameOrIndexAsSecRef()
Dllvm-readobj.cpp392 if (Obj->isELF()) in createDumper()
453 if (Obj->isELF()) { in dumpObject()
/external/llvm/include/llvm/Object/
DBinary.h106 bool isELF() const { in isELF() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/
DInstrumentationMap.cpp57 if (!ObjFile.getBinary()->isELF() || in loadELF64()
/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/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp145 assert(Obj.isELF() && "Not an ELF object file."); in createELFDebugObject()
1904 return Obj.isELF(); in isCompatibleFile()
DRuntimeDyld.cpp1028 if (Obj.isELF()) in loadObject()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-size/
Dllvm-size.cpp188 if (!Obj->isELF()) in considerForSize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp777 if (Sym && Sym->isELF()) { in shouldForceRelocation()
/external/llvm/tools/llvm-size/
Dllvm-size.cpp178 if (!Obj->isELF()) in considerForSize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp185 assert(Obj.isELF() && "Not an ELF object file."); in createELFDebugObject()
1901 return Obj.isELF(); in isCompatibleFile()
DRuntimeDyld.cpp1166 if (Obj.isELF()) in loadObject()

12