Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DTestingSupport.cpp72 StringRef ProfileNamesData; in convertForTestingMain() local
74 ProfileNames.getContents(ProfileNamesData)) in convertForTestingMain()
85 encodeULEB128(ProfileNamesData.size(), OS); in convertForTestingMain()
87 OS << ProfileNamesData; in convertForTestingMain()