Home
last modified time | relevance | path

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

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