/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDataExtractorTest.cpp | 60 Obj->getBytesInAddress()); in TEST() 192 Obj->getBytesInAddress()); in TEST()
|
/external/llvm/tools/llvm-cov/ |
D | TestingSupport.cpp | 42 auto BytesInAddress = OF->getBytesInAddress(); in convertForTestingMain()
|
/external/llvm-project/llvm/tools/llvm-cov/ |
D | TestingSupport.cpp | 42 auto BytesInAddress = OF->getBytesInAddress(); in convertForTestingMain()
|
/external/llvm/include/llvm/Object/ |
D | RelocVisitor.h | 70 if (ObjToVisit.getBytesInAddress() == 8) { // 64-bit object file in visitELF() 146 } else if (ObjToVisit.getBytesInAddress() == 4) { // 32-bit object file in visitELF()
|
D | ObjectFile.h | 262 virtual uint8_t getBytesInAddress() const = 0;
|
D | ELFObjectFile.h | 332 uint8_t getBytesInAddress() const override; 832 uint8_t ELFObjectFile<ELFT>::getBytesInAddress() const { in getBytesInAddress() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | RelocationResolver.cpp | 544 if (Obj.getBytesInAddress() == 8) { in getRelocationResolver() 574 assert(Obj.getBytesInAddress() == 4 && in getRelocationResolver()
|
D | COFFObjectFile.cpp | 879 uint8_t COFFObjectFile::getBytesInAddress() const { in getBytesInAddress() function in COFFObjectFile 1315 if (Object->getBytesInAddress() == 4) { in makeImportedSymbolIterator() 1336 if (Object->getBytesInAddress() == 4) { in importedSymbolEnd()
|
/external/llvm-project/llvm/lib/Object/ |
D | RelocationResolver.cpp | 654 if (Obj.getBytesInAddress() == 8) { in getRelocationResolver() 684 assert(Obj.getBytesInAddress() == 4 && in getRelocationResolver()
|
D | COFFObjectFile.cpp | 934 uint8_t COFFObjectFile::getBytesInAddress() const { in getBytesInAddress() function in COFFObjectFile 1337 if (Object->getBytesInAddress() == 4) { in makeImportedSymbolIterator() 1360 if (Object->getBytesInAddress() == 4) { in importedSymbolEnd()
|
/external/llvm/lib/DebugInfo/Symbolize/ |
D | SymbolizableObjectFile.cpp | 50 Obj->getBytesInAddress())); in create()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | XCOFFObjectFile.h | 289 uint8_t getBytesInAddress() const override;
|
D | Wasm.h | 200 uint8_t getBytesInAddress() const override;
|
D | ObjectFile.h | 318 virtual uint8_t getBytesInAddress() const = 0;
|
/external/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
D | SymbolizableObjectFile.cpp | 51 Obj->getBytesInAddress())); in create()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/ |
D | SymbolizableObjectFile.cpp | 66 Obj->getBytesInAddress())); in create()
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 1660 bool Is64Bits = Obj->getBytesInAddress() > 4; in disassembleObject() 2239 StringRef Fmt = Obj->getBytesInAddress() > 4 ? "%016" PRIx64 : in printRelocations() 2266 uint32_t OffsetPadding = (Obj->getBytesInAddress() > 4 ? 16 : 8); in printRelocations() 2308 StringRef Fmt = Obj->getBytesInAddress() > 4 ? "%016" PRIx64 : "%08" PRIx64; in printDynamicRelocations() 2346 size_t AddressWidth = 2 * Obj->getBytesInAddress(); in printSectionHeaders() 2543 const char *Fmt = O->getBytesInAddress() > 4 ? "%016" PRIx64 : "%08" PRIx64; in printSymbol() 2726 StringRef Fmt = O->getBytesInAddress() > 4 ? "%016" PRIx64 : "%08" PRIx64; in printFileHeaders()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 153 if (Obj.getBytesInAddress() == 4 && Obj.isLittleEndian()) { in createELFDebugObject() 157 } else if (Obj.getBytesInAddress() == 4 && !Obj.isLittleEndian()) { in createELFDebugObject() 161 } else if (Obj.getBytesInAddress() == 8 && !Obj.isLittleEndian()) { in createELFDebugObject() 165 } else if (Obj.getBytesInAddress() == 8 && Obj.isLittleEndian()) { in createELFDebugObject()
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | Wasm.h | 205 uint8_t getBytesInAddress() const override;
|
D | XCOFFObjectFile.h | 315 uint8_t getBytesInAddress() const override;
|
D | ObjectFile.h | 325 virtual uint8_t getBytesInAddress() const = 0;
|
/external/llvm/tools/llvm-readobj/ |
D | llvm-readobj.cpp | 353 outs() << "AddressSize: " << (8 * Obj->getBytesInAddress()) << "bit\n"; in dumpObject()
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 195 if (Obj.getBytesInAddress() == 4 && Obj.isLittleEndian()) in createELFDebugObject() 198 else if (Obj.getBytesInAddress() == 4 && !Obj.isLittleEndian()) in createELFDebugObject() 201 else if (Obj.getBytesInAddress() == 8 && !Obj.isLittleEndian()) in createELFDebugObject() 204 else if (Obj.getBytesInAddress() == 8 && Obj.isLittleEndian()) in createELFDebugObject()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 195 if (Obj.getBytesInAddress() == 4 && Obj.isLittleEndian()) in createELFDebugObject() 198 else if (Obj.getBytesInAddress() == 4 && !Obj.isLittleEndian()) in createELFDebugObject() 201 else if (Obj.getBytesInAddress() == 8 && !Obj.isLittleEndian()) in createELFDebugObject() 204 else if (Obj.getBytesInAddress() == 8 && Obj.isLittleEndian()) in createELFDebugObject()
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 988 StringRef Fmt = Obj->getBytesInAddress() > 4 ? "\t\t%016" PRIx64 ": " : in DisassembleObject() 1298 StringRef Fmt = Obj->getBytesInAddress() > 4 ? "%016" PRIx64 : in PrintRelocations() 1443 const char *Fmt = o->getBytesInAddress() > 4 ? "%016" PRIx64 : in PrintSymbolTable()
|