Searched refs:BytesInAddress (Results 1 - 3 of 3) sorted by relevance

/external/llvm/tools/llvm-cov/
H A DTestingSupport.cpp42 auto BytesInAddress = OF->getBytesInAddress(); local
43 if (BytesInAddress != 8) {
/external/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp545 uint8_t &BytesInAddress,
547 BytesInAddress = 8;
596 uint8_t &BytesInAddress,
621 BytesInAddress = OF->getBytesInAddress();
649 uint8_t BytesInAddress; local
656 Coverage, BytesInAddress, Endian);
659 Coverage, BytesInAddress, Endian, Arch);
663 if (BytesInAddress == 4 && Endian == support::endianness::little)
667 else if (BytesInAddress == 4 && Endian == support::endianness::big)
671 else if (BytesInAddress
543 loadTestingFormat(StringRef Data, InstrProfSymtab &ProfileNames, StringRef &CoverageMapping, uint8_t &BytesInAddress, support::endianness &Endian) argument
593 loadBinaryFormat(MemoryBufferRef ObjectBuffer, InstrProfSymtab &ProfileNames, StringRef &CoverageMapping, uint8_t &BytesInAddress, support::endianness &Endian, StringRef Arch) argument
[all...]
/external/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp178 uint8_t BytesInAddress = Obj->getBytesInAddress(); local
262 const char *DataPtr = SymContents.drop_front(BytesInAddress).data();
264 if (BytesInAddress == 8)
268 TD.MangledName = SymContents.drop_front(BytesInAddress * 2);
317 for (uint64_t SymOffI = 0; SymOffI < SymSize; SymOffI += BytesInAddress) {
322 SymContents.substr(SymOffI, BytesInAddress).data();
324 if (BytesInAddress == 8)

Completed in 113 milliseconds