Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()