Searched refs:ProfileNamesData (Results 1 – 3 of 3) sorted by relevance
61 StringRef ProfileNamesData; variable66 TestingFormatWriter(uint64_t ProfileNamesAddr, StringRef ProfileNamesData, in TestingFormatWriter() argument69 : ProfileNamesAddr(ProfileNamesAddr), ProfileNamesData(ProfileNamesData), in TestingFormatWriter()
104 StringRef ProfileNamesData; in convertForTestingMain() 118 ProfileNamesData = *E; in convertForTestingMain() 127 ProfileNamesData = ProfileNamesData.drop_front(1);135 coverage::TestingFormatWriter Writer(ProfileNamesAddress, ProfileNamesData,83 StringRef ProfileNamesData; convertForTestingMain() local
307 encodeULEB128(ProfileNamesData.size(), OS); in write()309 OS << ProfileNamesData; in write()