/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | RelocVisitor.h | 64 if (ObjToVisit.getBytesInAddress() == 8) { // 64-bit object file in visitELF() 93 assert(ObjToVisit.getBytesInAddress() == 4 && in visitELF()
|
D | Wasm.h | 190 uint8_t getBytesInAddress() const override;
|
D | ObjectFile.h | 284 virtual uint8_t getBytesInAddress() const = 0;
|
D | ELFObjectFile.h | 373 uint8_t getBytesInAddress() const override; 996 uint8_t ELFObjectFile<ELFT>::getBytesInAddress() const { in getBytesInAddress() function
|
/external/llvm/tools/llvm-cov/ |
D | TestingSupport.cpp | 42 auto BytesInAddress = OF->getBytesInAddress(); in convertForTestingMain()
|
/external/swiftshader/third_party/llvm-7.0/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; 829 uint8_t ELFObjectFile<ELFT>::getBytesInAddress() const { in getBytesInAddress() function
|
D | MachO.h | 261 uint8_t getBytesInAddress() const override;
|
/external/swiftshader/third_party/LLVM/include/llvm/Object/ |
D | MachO.h | 37 virtual uint8_t getBytesInAddress() const;
|
D | COFF.h | 141 virtual uint8_t getBytesInAddress() const;
|
D | ObjectFile.h | 281 virtual uint8_t getBytesInAddress() const = 0;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/ |
D | SymbolizableObjectFile.cpp | 64 Obj->getBytesInAddress())); in create()
|
/external/llvm/lib/DebugInfo/Symbolize/ |
D | SymbolizableObjectFile.cpp | 50 Obj->getBytesInAddress())); in create()
|
/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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 1295 StringRef Fmt = Obj->getBytesInAddress() > 4 ? "\t\t%016" PRIx64 ": " : in DisassembleObject() 1782 StringRef Fmt = Obj->getBytesInAddress() > 4 ? "%016" PRIx64 : in PrintRelocations() 1824 StringRef Fmt = Obj->getBytesInAddress() > 4 ? "%016" PRIx64 : "%08" PRIx64; in PrintDynamicRelocations() 1967 const char *Fmt = o->getBytesInAddress() > 4 ? "%016" PRIx64 : in PrintSymbolTable() 2183 << format("0x%0*x", o->getBytesInAddress(), StartAddrOrErr.get()) in printFileHeaders()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 192 if (Obj.getBytesInAddress() == 4 && Obj.isLittleEndian()) in createELFDebugObject() 195 else if (Obj.getBytesInAddress() == 4 && !Obj.isLittleEndian()) in createELFDebugObject() 198 else if (Obj.getBytesInAddress() == 8 && !Obj.isLittleEndian()) in createELFDebugObject() 201 else if (Obj.getBytesInAddress() == 8 && Obj.isLittleEndian()) in createELFDebugObject()
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 834 uint8_t COFFObjectFile::getBytesInAddress() const { in getBytesInAddress() function in COFFObjectFile 1218 if (Object->getBytesInAddress() == 4) { in makeImportedSymbolIterator() 1239 if (Object->getBytesInAddress() == 4) { in importedSymbolEnd()
|
/external/llvm/tools/llvm-readobj/ |
D | llvm-readobj.cpp | 353 outs() << "AddressSize: " << (8 * Obj->getBytesInAddress()) << "bit\n"; in dumpObject()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 879 uint8_t COFFObjectFile::getBytesInAddress() const { in getBytesInAddress() function in COFFObjectFile 1304 if (Object->getBytesInAddress() == 4) { in makeImportedSymbolIterator() 1325 if (Object->getBytesInAddress() == 4) { in importedSymbolEnd()
|
/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | llvm-readobj.cpp | 415 formatv("{0}bit", 8 * Obj->getBytesInAddress())); in dumpObject()
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | COFFObjectFile.cpp | 502 uint8_t COFFObjectFile::getBytesInAddress() const { in getBytesInAddress() function in COFFObjectFile
|
D | ELFObjectFile.cpp | 372 virtual uint8_t getBytesInAddress() const; 1220 uint8_t ELFObjectFile<target_endianness, is64Bits>::getBytesInAddress() const { in getBytesInAddress() function in ELFObjectFile
|