Searched refs:ProfileNames (Results 1 – 4 of 4) sorted by relevance
/external/llvm/tools/llvm-cov/ |
D | TestingSupport.cpp | 50 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/ |
D | CoverageMappingReader.cpp | 382 InstrProfSymtab &ProfileNames; member in __anon074d29920211::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/ |
D | CoverageMapping.h | 521 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()
|
D | CoverageMappingReader.h | 171 InstrProfSymtab ProfileNames; variable
|