/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSymbolELF.h | 46 static bool classof(const MCSymbol *S) { return S->isELF(); } in classof()
|
D | MCSymbol.h | 274 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/llvm-project/llvm/include/llvm/MC/ |
D | MCSymbolELF.h | 46 static bool classof(const MCSymbol *S) { return S->isELF(); } in classof()
|
D | MCSymbol.h | 274 bool isELF() const { return Kind == SymbolKindELF; } in isELF() function
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | Binary.h | 120 bool isELF() const { in isELF() function 160 if (isELF()) in getTripleObjectFormat()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | Binary.h | 118 bool isELF() const { in isELF() function 158 if (isELF()) in getTripleObjectFormat()
|
/external/llvm-project/llvm/unittests/ObjectYAML/ |
D | YAML2ObjTest.cpp | 36 ASSERT_TRUE(Obj->isELF()); in TEST()
|
/external/llvm/tools/obj2yaml/ |
D | obj2yaml.cpp | 25 if (Obj.isELF()) in dumpObject()
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 1341 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/ |
D | InstrumentationMap.cpp | 61 if ((!ObjFile.getBinary()->isELF() && !ObjFile.getBinary()->isMachO()) || in loadObj() 90 if (ObjFile.getBinary()->isELF()) { in loadObj()
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | obj2yaml.cpp | 28 if (Obj.isELF()) in dumpObject()
|
/external/llvm-project/llvm/lib/XRay/ |
D | InstrumentationMap.cpp | 61 if ((!ObjFile.getBinary()->isELF() && !ObjFile.getBinary()->isMachO()) || in loadObj() 95 if (ObjFile.getBinary()->isELF()) { in loadObj()
|
/external/llvm/lib/IR/ |
D | Globals.cpp | 208 bool isELF = in canIncreaseAlignment() local 210 if (isELF && hasDefaultVisibility() && !hasLocalLinkage()) in canIncreaseAlignment()
|
/external/llvm/include/llvm/Object/ |
D | Binary.h | 106 bool isELF() const { in isELF() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Globals.cpp | 278 bool isELF = in canIncreaseAlignment() local 280 if (isELF && !isDSOLocal()) in canIncreaseAlignment()
|
/external/llvm/tools/llvm-readobj/ |
D | llvm-readobj.cpp | 332 if (Obj->isELF()) in createDumper() 383 if (Obj->isELF()) { in dumpObject()
|
/external/llvm-project/llvm/lib/IR/ |
D | Globals.cpp | 275 bool isELF = in canIncreaseAlignment() local 277 if (isELF && !isDSOLocal()) in canIncreaseAlignment()
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | ObjDumper.cpp | 69 SecIndex = Obj.isELF() ? 0 : 1; in getSectionRefsByNameOrIndex()
|
D | llvm-readobj.cpp | 532 if (Obj.isELF()) { in dumpObject()
|
/external/llvm-project/llvm/lib/Object/ |
D | RelocationResolver.cpp | 653 } else if (Obj.isELF()) { in getRelocationResolver() 732 if (Obj->isELF()) { in resolveRelocation()
|
/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-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 198 if (Obj.isELF()) { in notifyObjectLoaded()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | RelocationResolver.cpp | 543 } else if (Obj.isELF()) { in getRelocationResolver()
|