Home
last modified time | relevance | path

Searched defs:getBytesInAddress (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp388 uint8_t XCOFFObjectFile::getBytesInAddress() const { return is64Bit() ? 8 : 4; } in getBytesInAddress() function in llvm::object::XCOFFObjectFile
DWasmObjectFile.cpp1528 uint8_t WasmObjectFile::getBytesInAddress() const { return 4; } in getBytesInAddress() function in WasmObjectFile
DCOFFObjectFile.cpp879 uint8_t COFFObjectFile::getBytesInAddress() const { in getBytesInAddress() function in COFFObjectFile
DMachOObjectFile.cpp2539 uint8_t MachOObjectFile::getBytesInAddress() const { in getBytesInAddress() function in MachOObjectFile
/external/llvm/include/llvm/Object/
DELFObjectFile.h832 uint8_t ELFObjectFile<ELFT>::getBytesInAddress() const { in getBytesInAddress() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFObjectFile.h1051 uint8_t ELFObjectFile<ELFT>::getBytesInAddress() const { in getBytesInAddress() function
/external/llvm-project/llvm/include/llvm/Object/
DELFObjectFile.h1117 uint8_t ELFObjectFile<ELFT>::getBytesInAddress() const { in getBytesInAddress() function
/external/llvm-project/llvm/lib/Object/
DXCOFFObjectFile.cpp435 uint8_t XCOFFObjectFile::getBytesInAddress() const { return is64Bit() ? 8 : 4; } in getBytesInAddress() function in llvm::object::XCOFFObjectFile
DWasmObjectFile.cpp1688 uint8_t WasmObjectFile::getBytesInAddress() const { in getBytesInAddress() function in WasmObjectFile
DCOFFObjectFile.cpp934 uint8_t COFFObjectFile::getBytesInAddress() const { in getBytesInAddress() function in COFFObjectFile
DMachOObjectFile.cpp2549 uint8_t MachOObjectFile::getBytesInAddress() const { in getBytesInAddress() function in MachOObjectFile
/external/llvm/lib/Object/
DCOFFObjectFile.cpp834 uint8_t COFFObjectFile::getBytesInAddress() const { in getBytesInAddress() function in COFFObjectFile
DMachOObjectFile.cpp1141 uint8_t MachOObjectFile::getBytesInAddress() const { in getBytesInAddress() function in MachOObjectFile