Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/
H A DTestingSupport.cpp82 StringRef ProfileNamesData; in convertForTestingMain() local
96 ProfileNamesData = *E; in convertForTestingMain()
110 encodeULEB128(ProfileNamesData.size(), OS); in convertForTestingMain()
112 OS << ProfileNamesData; in convertForTestingMain()