Home
last modified time | relevance | path

Searched refs:ProfileNames (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-cov/
DTestingSupport.cpp52 SectionRef ProfileNames, CoverageMapping; in convertForTestingMain() local
58 ProfileNames = Section; in convertForTestingMain()
69 uint64_t ProfileNamesAddress = ProfileNames.getAddress(); in convertForTestingMain()
73 ProfileNames.getContents(ProfileNamesData)) in convertForTestingMain()
/external/llvm/lib/ProfileData/
DCoverageMappingReader.cpp321 SectionData &ProfileNames, StringRef Data, in readCoverageMappingData() argument
385 if (std::error_code EC = ProfileNames.get(NamePtr, NameSize, FuncName)) in readCoverageMappingData()
399 SectionData &ProfileNames, in loadTestingFormat() argument
418 ProfileNames.Address = in loadTestingFormat()
425 ProfileNames.Data = Data.substr(0, ProfileNamesSize); in loadTestingFormat()
431 SectionData &ProfileNames, in loadBinaryFormat() argument
484 if (std::error_code EC = ProfileNames.load(NamesSection)) in loadBinaryFormat()