Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingWriter.h59 uint64_t ProfileNamesAddr; variable
65 TestingFormatWriter(uint64_t ProfileNamesAddr, StringRef ProfileNamesData, in TestingFormatWriter() argument
68 : ProfileNamesAddr(ProfileNamesAddr), ProfileNamesData(ProfileNamesData), in TestingFormatWriter()
/src/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp309 encodeULEB128(ProfileNamesAddr, OS); in write()