Searched refs:getBytesInAddress (Results 1 – 16 of 16) sorted by relevance
44 auto BytesInAddress = OF->getBytesInAddress(); in convertForTestingMain()
71 if (ObjToVisit.getBytesInAddress() == 8) { // 64-bit object file in visitELF()147 } else if (ObjToVisit.getBytesInAddress() == 4) { // 32-bit object file in visitELF()
258 virtual uint8_t getBytesInAddress() const = 0;
324 uint8_t getBytesInAddress() const override;816 uint8_t ELFObjectFile<ELFT>::getBytesInAddress() const { in getBytesInAddress() function
258 uint8_t getBytesInAddress() const override;
693 uint8_t getBytesInAddress() const override;
49 Obj->getBytesInAddress())); in create()
308 outs() << "AddressSize: " << (8*Obj->getBytesInAddress()) << "bit\n"; in dumpObject()
749 uint8_t COFFObjectFile::getBytesInAddress() const { in getBytesInAddress() function in COFFObjectFile1130 if (Object->getBytesInAddress() == 4) { in makeImportedSymbolIterator()1151 if (Object->getBytesInAddress() == 4) { in importedSymbolEnd()
989 uint8_t MachOObjectFile::getBytesInAddress() const { in getBytesInAddress() function in MachOObjectFile
160 if (Obj.getBytesInAddress() == 4 && Obj.isLittleEndian()) { in createELFDebugObject()164 } else if (Obj.getBytesInAddress() == 4 && !Obj.isLittleEndian()) { in createELFDebugObject()168 } else if (Obj.getBytesInAddress() == 8 && !Obj.isLittleEndian()) { in createELFDebugObject()172 } else if (Obj.getBytesInAddress() == 8 && Obj.isLittleEndian()) { in createELFDebugObject()
853 StringRef Fmt = Obj->getBytesInAddress() > 4 ? "\t\t%016" PRIx64 ": " : in DisassembleObject()1154 StringRef Fmt = Obj->getBytesInAddress() > 4 ? "%016" PRIx64 : in PrintRelocations()1292 const char *Fmt = o->getBytesInAddress() > 4 ? "%016" PRIx64 : in PrintSymbolTable()
465 BytesInAddress = OF->getBytesInAddress(); in loadBinaryFormat()
170 uint8_t BytesInAddress = Obj->getBytesInAddress(); in dumpCXXData()
597 AddressSize(Obj.getBytesInAddress()) { in DWARFContextInMemory()
223 return cast<ELFObjectFileBase>(Obj).getBytesInAddress() == 8; in isSymbolList64Bit()