/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | Binary.h | 109 bool isELF() const { in isELF() function 143 if (isELF()) in getTripleObjectFormat()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCSymbolELF.h | 47 static bool classof(const MCSymbol *S) { return S->isELF(); } in classof()
|
D | MCSymbol.h | 281 bool isELF() const { return Kind == SymbolKindELF; } in isELF() function
|
/external/llvm/include/llvm/MC/ |
D | MCSymbolELF.h | 47 static bool classof(const MCSymbol *S) { return S->isELF(); } in classof()
|
D | MCSymbol.h | 278 bool isELF() const { return Kind == SymbolKindELF; } in isELF() function
|
/external/swiftshader/third_party/LLVM/include/llvm/Object/ |
D | Binary.h | 45 isELF, enumerator
|
/external/llvm/tools/obj2yaml/ |
D | obj2yaml.cpp | 25 if (Obj.isELF()) in dumpObject()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | obj2yaml.cpp | 23 if (Obj.isELF()) in dumpObject()
|
/external/llvm/lib/IR/ |
D | Globals.cpp | 208 bool isELF = in canIncreaseAlignment() local 210 if (isELF && hasDefaultVisibility() && !hasLocalLinkage()) in canIncreaseAlignment()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 972 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/ |
D | Globals.cpp | 248 bool isELF = in canIncreaseAlignment() local 250 if (isELF && hasDefaultVisibility() && !hasLocalLinkage()) in canIncreaseAlignment()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMSubtarget.h | 161 isELF, isDarwin enumerator
|
/external/llvm/tools/llvm-readobj/ |
D | llvm-readobj.cpp | 332 if (Obj->isELF()) in createDumper() 383 if (Obj->isELF()) { in dumpObject()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | ObjDumper.cpp | 41 if (Obj->isELF()) in getSecNameOrIndexAsSecRef()
|
D | llvm-readobj.cpp | 392 if (Obj->isELF()) in createDumper() 453 if (Obj->isELF()) { in dumpObject()
|
/external/llvm/include/llvm/Object/ |
D | Binary.h | 106 bool isELF() const { in isELF() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/ |
D | InstrumentationMap.cpp | 57 if (!ObjFile.getBinary()->isELF() || in loadELF64()
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 1075 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/ |
D | RuntimeDyldELF.cpp | 145 assert(Obj.isELF() && "Not an ELF object file."); in createELFDebugObject() 1904 return Obj.isELF(); in isCompatibleFile()
|
D | RuntimeDyld.cpp | 1028 if (Obj.isELF()) in loadObject()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 188 if (!Obj->isELF()) in considerForSize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAsmBackend.cpp | 777 if (Sym && Sym->isELF()) { in shouldForceRelocation()
|
/external/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 178 if (!Obj->isELF()) in considerForSize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 185 assert(Obj.isELF() && "Not an ELF object file."); in createELFDebugObject() 1901 return Obj.isELF(); in isCompatibleFile()
|
D | RuntimeDyld.cpp | 1166 if (Obj.isELF()) in loadObject()
|