Home
last modified time | relevance | path

Searched refs:getBytesInAddress (Results 1 – 25 of 40) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DRelocVisitor.h64 if (ObjToVisit.getBytesInAddress() == 8) { // 64-bit object file in visitELF()
93 assert(ObjToVisit.getBytesInAddress() == 4 && in visitELF()
DWasm.h190 uint8_t getBytesInAddress() const override;
DObjectFile.h284 virtual uint8_t getBytesInAddress() const = 0;
DELFObjectFile.h373 uint8_t getBytesInAddress() const override;
996 uint8_t ELFObjectFile<ELFT>::getBytesInAddress() const { in getBytesInAddress() function
/external/llvm/tools/llvm-cov/
DTestingSupport.cpp42 auto BytesInAddress = OF->getBytesInAddress(); in convertForTestingMain()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DTestingSupport.cpp42 auto BytesInAddress = OF->getBytesInAddress(); in convertForTestingMain()
/external/llvm/include/llvm/Object/
DRelocVisitor.h70 if (ObjToVisit.getBytesInAddress() == 8) { // 64-bit object file in visitELF()
146 } else if (ObjToVisit.getBytesInAddress() == 4) { // 32-bit object file in visitELF()
DObjectFile.h262 virtual uint8_t getBytesInAddress() const = 0;
DELFObjectFile.h332 uint8_t getBytesInAddress() const override;
829 uint8_t ELFObjectFile<ELFT>::getBytesInAddress() const { in getBytesInAddress() function
DMachO.h261 uint8_t getBytesInAddress() const override;
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DMachO.h37 virtual uint8_t getBytesInAddress() const;
DCOFF.h141 virtual uint8_t getBytesInAddress() const;
DObjectFile.h281 virtual uint8_t getBytesInAddress() const = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp64 Obj->getBytesInAddress())); in create()
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp50 Obj->getBytesInAddress())); in create()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp153 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/
Dllvm-objdump.cpp1295 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/
DRuntimeDyldELF.cpp192 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/
DCOFFObjectFile.cpp834 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/
Dllvm-readobj.cpp353 outs() << "AddressSize: " << (8 * Obj->getBytesInAddress()) << "bit\n"; in dumpObject()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFObjectFile.cpp879 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/
Dllvm-objdump.cpp988 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/
Dllvm-readobj.cpp415 formatv("{0}bit", 8 * Obj->getBytesInAddress())); in dumpObject()
/external/swiftshader/third_party/LLVM/lib/Object/
DCOFFObjectFile.cpp502 uint8_t COFFObjectFile::getBytesInAddress() const { in getBytesInAddress() function in COFFObjectFile
DELFObjectFile.cpp372 virtual uint8_t getBytesInAddress() const;
1220 uint8_t ELFObjectFile<target_endianness, is64Bits>::getBytesInAddress() const { in getBytesInAddress() function in ELFObjectFile

12