Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DTestingSupport.cpp52 SectionRef ProfileNames, CoverageMapping, CoverageRecords; convertForTestingMain() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp601 InstrProfSymtab &ProfileNames; member in __anond42594300211::VersionedCovMapFuncRecordReader
860 InstrProfSymtab &ProfileNames, StringRef CovMap, StringRef FuncRecords, in readCoverageMappingData()
913 InstrProfSymtab &ProfileNames = *Reader->ProfileNames; in createCoverageReaderFromBuffer() local
978 auto ProfileNames = std::make_unique<InstrProfSymtab>(); in loadTestingFormat() local
1166 auto ProfileNames = std::make_unique<InstrProfSymtab>(); in loadBinaryFormat() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingReader.h189 std::unique_ptr<InstrProfSymtab> ProfileNames; variable
H A DCoverageMapping.h1237 InstrProfSymtab &ProfileNames, StringRef &FuncName) { in getFuncNameViaRef()