Searched refs:getBytesInAddress (Results 1 – 7 of 7) sorted by relevance
182 outs() << "Address Size: " << (8*obj->getBytesInAddress()) << " bits\n"; in DumpHeaders()
42 virtual uint8_t getBytesInAddress() const;
171 virtual uint8_t getBytesInAddress() const;
365 virtual uint8_t getBytesInAddress() const = 0;
595 virtual uint8_t getBytesInAddress() const;1875 uint8_t ELFObjectFile<target_endianness, is64Bits>::getBytesInAddress() const {
540 uint8_t COFFObjectFile::getBytesInAddress() const { in getBytesInAddress() function in COFFObjectFile
1243 uint8_t MachOObjectFile::getBytesInAddress() const { in getBytesInAddress() function in llvm::object::MachOObjectFile