Searched refs:getBytesInAddress (Results 1 – 9 of 9) sorted by relevance
207 outs() << "AddressSize: " << (8*Obj->getBytesInAddress()) << "bit\n"; in dumpObject()
124 virtual uint8_t getBytesInAddress() const;
310 virtual uint8_t getBytesInAddress() const;
188 virtual uint8_t getBytesInAddress() const;904 uint8_t ELFObjectFile<ELFT>::getBytesInAddress() const { in getBytesInAddress() function
365 virtual uint8_t getBytesInAddress() const = 0;
577 AddressSize(Obj->getBytesInAddress()) { in DWARFContextInMemory()
724 const char *Fmt = o->getBytesInAddress() > 4 ? "%016" PRIx64 : in PrintSymbolTable()
596 uint8_t COFFObjectFile::getBytesInAddress() const { in getBytesInAddress() function in COFFObjectFile
1246 uint8_t MachOObjectFile::getBytesInAddress() const { in getBytesInAddress() function in llvm::object::MachOObjectFile