Home
last modified time | relevance | path

Searched refs:ProfileNamesData (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingWriter.h61 StringRef ProfileNamesData; variable
66 TestingFormatWriter(uint64_t ProfileNamesAddr, StringRef ProfileNamesData, in TestingFormatWriter() argument
69 : ProfileNamesAddr(ProfileNamesAddr), ProfileNamesData(ProfileNamesData), in TestingFormatWriter()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DTestingSupport.cpp104 StringRef ProfileNamesData; in convertForTestingMain()
118 ProfileNamesData = *E; in convertForTestingMain()
127 ProfileNamesData = ProfileNamesData.drop_front(1);
135 coverage::TestingFormatWriter Writer(ProfileNamesAddress, ProfileNamesData,
83 StringRef ProfileNamesData; convertForTestingMain() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp307 encodeULEB128(ProfileNamesData.size(), OS); in write()
309 OS << ProfileNamesData; in write()