Searched refs:ProfileNames (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| HD | CoverageMappingReader.cpp | 415 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/ |
| HD | TestingSupport.cpp | 50 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/ |
| HD | CoverageMappingReader.h | 194 InstrProfSymtab ProfileNames; variable 212 InstrProfSymtab &&ProfileNames,
|
| HD | CoverageMapping.h | 713 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()
|