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.cpp594 InstrProfSymtab &ProfileNames; member in __anond42594300211::VersionedCovMapFuncRecordReader
853 InstrProfSymtab &ProfileNames, StringRef CovMap, StringRef FuncRecords, in readCoverageMappingData()
904 InstrProfSymtab &ProfileNames = *Reader->ProfileNames; in createCoverageReaderFromBuffer() local
969 auto ProfileNames = std::make_unique<InstrProfSymtab>(); in loadTestingFormat() local
1105 auto ProfileNames = std::make_unique<InstrProfSymtab>(); in loadBinaryFormat() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingReader.h187 std::unique_ptr<InstrProfSymtab> ProfileNames; variable
H A DCoverageMapping.h1161 InstrProfSymtab &ProfileNames, StringRef &FuncName) { in getFuncNameViaRef()