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

/freebsd-11.0-release/contrib/llvm/tools/llvm-cov/
H A DTestingSupport.cpp71 StringRef ProfileNamesData; local
73 ProfileNames.getContents(ProfileNamesData))
85 encodeULEB128(ProfileNamesData.size(), OS);
87 OS << ProfileNamesData << CoverageMappingData;

Completed in 46 milliseconds