Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-cov/
H A DTestingSupport.cpp54 SectionRef ProfileNames, CoverageMapping, CoverageRecords; in convertForTestingMain() local
/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp594 InstrProfSymtab &ProfileNames; global() member in __anon8cbf34230211::VersionedCovMapFuncRecordReader
853 readCoverageMappingData(InstrProfSymtab & ProfileNames,StringRef CovMap,StringRef FuncRecords,std::vector<BinaryCoverageReader::ProfileMappingRecord> & Records,StringRef CompilationDir,std::vector<std::string> & Filenames) readCoverageMappingData() argument
904 InstrProfSymtab &ProfileNames = *Reader->ProfileNames; createCoverageReaderFromBuffer() local
969 auto ProfileNames = std::make_unique<InstrProfSymtab>(); loadTestingFormat() local
1105 auto ProfileNames = std::make_unique<InstrProfSymtab>(); loadBinaryFormat() local
[all...]
/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingReader.h187 std::unique_ptr<InstrProfSymtab> ProfileNames; global() variable
H A DCoverageMapping.h1161 getFuncNameViaRef(const FuncRecordTy * Record,InstrProfSymtab & ProfileNames,StringRef & FuncName) getFuncNameViaRef() argument