Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
HDCoverageMappingReader.cpp415 InstrProfSymtab &ProfileNames; member in __anon90032fc70211::VersionedCovMapFuncRecordReader
433 if (Error Err = CFR->template getFuncName<Endian>(ProfileNames, FuncName)) in insertFunctionRecordIfNeeded()
469 : ProfileNames(P), Filenames(F), Records(R) {} in VersionedCovMapFuncRecordReader()
561 InstrProfSymtab &ProfileNames, StringRef Data, in readCoverageMappingData() argument
573 CovMapFuncRecordReader::get<T, Endian>(Version, ProfileNames, Records, in readCoverageMappingData()
591 StringRef Coverage, InstrProfSymtab &&ProfileNames, uint8_t BytesInAddress, in createCoverageReaderFromBuffer() argument
594 Reader->ProfileNames = std::move(ProfileNames); in createCoverageReaderFromBuffer()
598 Reader->ProfileNames, Coverage, Reader->MappingRecords, in createCoverageReaderFromBuffer()
603 Reader->ProfileNames, Coverage, Reader->MappingRecords, in createCoverageReaderFromBuffer()
609 Reader->ProfileNames, Coverage, Reader->MappingRecords, in createCoverageReaderFromBuffer()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
HDTestingSupport.cpp50 SectionRef ProfileNames, CoverageMapping; in convertForTestingMain() local
63 ProfileNames = Section; in convertForTestingMain()
75 uint64_t ProfileNamesAddress = ProfileNames.getAddress(); in convertForTestingMain()
84 if (Expected<StringRef> E = ProfileNames.getContents()) in convertForTestingMain()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
HDCoverageMappingReader.h194 InstrProfSymtab ProfileNames; variable
212 InstrProfSymtab &&ProfileNames,
HDCoverageMapping.h713 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName()
716 FuncName = ProfileNames.getFuncName(NameRef, NameS); in getFuncName()
744 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName()
746 FuncName = ProfileNames.getFuncName(NameRef); in getFuncName()