Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cov/
DTestingSupport.cpp50 SectionRef ProfileNames, CoverageMapping; in convertForTestingMain() local
56 ProfileNames = Section; in convertForTestingMain()
67 uint64_t ProfileNamesAddress = ProfileNames.getAddress(); in convertForTestingMain()
71 ProfileNames.getContents(ProfileNamesData)) in convertForTestingMain()
/external/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp382 InstrProfSymtab &ProfileNames; member in __anoncb2b51910211::VersionedCovMapFuncRecordReader
400 if (Error Err = CFR->template getFuncName<Endian>(ProfileNames, FuncName)) in insertFunctionRecordIfNeeded()
434 : ProfileNames(P), Filenames(F), Records(R) {} in VersionedCovMapFuncRecordReader()
517 InstrProfSymtab &ProfileNames, StringRef Data, in readCoverageMappingData() argument
528 CovMapFuncRecordReader::get<T, Endian>(Version, ProfileNames, Records, in readCoverageMappingData()
543 static Error loadTestingFormat(StringRef Data, InstrProfSymtab &ProfileNames, in loadTestingFormat() argument
569 if (Error E = ProfileNames.create(Data.substr(0, ProfileNamesSize), Address)) in loadTestingFormat()
594 InstrProfSymtab &ProfileNames, in loadBinaryFormat() argument
637 if (Error E = ProfileNames.create(*NamesSection)) in loadBinaryFormat()
655 E = loadTestingFormat(ObjectBuffer->getBuffer(), Reader->ProfileNames, in create()
[all …]
/external/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h521 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName()
524 FuncName = ProfileNames.getFuncName(NameRef, NameS); in getFuncName()
549 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName()
551 FuncName = ProfileNames.getFuncName(NameRef); in getFuncName()
DCoverageMappingReader.h171 InstrProfSymtab ProfileNames; variable