Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DTestingSupport.cpp83 StringRef ProfileNamesData; in convertForTestingMain() local
97 ProfileNamesData = *E; in convertForTestingMain()
111 encodeULEB128(ProfileNamesData.size(), OS); in convertForTestingMain()
113 OS << ProfileNamesData; in convertForTestingMain()