Searched refs:BytesInAddress (Results 1 – 3 of 3) sorted by relevance
582 uint8_t &BytesInAddress, in loadTestingFormat() argument584 BytesInAddress = 8; in loadTestingFormat()633 uint8_t &BytesInAddress, in loadBinaryFormat() argument658 BytesInAddress = OF->getBytesInAddress(); in loadBinaryFormat()690 uint8_t BytesInAddress; in create() local697 Coverage, BytesInAddress, Endian); in create()700 Coverage, BytesInAddress, Endian, Arch); in create()704 if (BytesInAddress == 4 && Endian == support::endianness::little) in create()708 else if (BytesInAddress == 4 && Endian == support::endianness::big) in create()712 else if (BytesInAddress == 8 && Endian == support::endianness::little) in create()[all …]
42 auto BytesInAddress = OF->getBytesInAddress(); in convertForTestingMain() local43 if (BytesInAddress != 8) { in convertForTestingMain()
178 uint8_t BytesInAddress = Obj->getBytesInAddress(); in dumpCXXData() local262 const char *DataPtr = SymContents.drop_front(BytesInAddress).data(); in dumpCXXData()264 if (BytesInAddress == 8) in dumpCXXData()268 TD.MangledName = SymContents.drop_front(BytesInAddress * 2); in dumpCXXData()317 for (uint64_t SymOffI = 0; SymOffI < SymSize; SymOffI += BytesInAddress) { in dumpCXXData()322 SymContents.substr(SymOffI, BytesInAddress).data(); in dumpCXXData()324 if (BytesInAddress == 8) in dumpCXXData()