HomeSort by: relevance | last modified time | path
    Searched defs:BytesInAddress (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
TestingSupport.cpp 43 auto BytesInAddress = OF->getBytesInAddress();
44 if (BytesInAddress != 8) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp 186 uint8_t BytesInAddress = Obj->getBytesInAddress();
269 const char *DataPtr = SymContents.drop_front(BytesInAddress).data();
271 if (BytesInAddress == 8)
275 TD.MangledName = SymContents.drop_front(BytesInAddress * 2);
324 for (uint64_t SymOffI = 0; SymOffI < SymSize; SymOffI += BytesInAddress) {
329 SymContents.substr(SymOffI, BytesInAddress).data();
331 if (BytesInAddress == 8)
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp 828 InstrProfSymtab &&ProfileNames, uint8_t BytesInAddress,
834 if (BytesInAddress == 4 && Endian == support::endianness::little) {
840 } else if (BytesInAddress == 4 && Endian == support::endianness::big) {
845 } else if (BytesInAddress == 8 && Endian == support::endianness::little) {
851 } else if (BytesInAddress == 8 && Endian == support::endianness::big) {
863 uint8_t BytesInAddress = 8;
922 BytesInAddress, Endian, CompilationDir);
973 uint8_t BytesInAddress = OF->getBytesInAddress();
1025 BytesInAddress, Endian, CompilationDir);

Completed in 25 milliseconds