HomeSort by relevance Sort by last modified time
    Searched refs:ProfileNames (Results 1 - 4 of 4) sorted by null

  /external/llvm/tools/llvm-cov/
TestingSupport.cpp 50 SectionRef ProfileNames, CoverageMapping;
56 ProfileNames = Section;
67 uint64_t ProfileNamesAddress = ProfileNames.getAddress();
71 ProfileNames.getContents(ProfileNamesData))
  /external/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp 382 InstrProfSymtab &ProfileNames;
400 if (Error Err = CFR->template getFuncName<Endian>(ProfileNames, FuncName))
434 : ProfileNames(P), Filenames(F), Records(R) {}
517 InstrProfSymtab &ProfileNames, StringRef Data,
528 CovMapFuncRecordReader::get<T, Endian>(Version, ProfileNames, Records,
543 static Error loadTestingFormat(StringRef Data, InstrProfSymtab &ProfileNames,
569 if (Error E = ProfileNames.create(Data.substr(0, ProfileNamesSize), Address))
594 InstrProfSymtab &ProfileNames,
637 if (Error E = ProfileNames.create(*NamesSection))
655 E = loadTestingFormat(ObjectBuffer->getBuffer(), Reader->ProfileNames,
    [all...]
  /external/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 521 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const {
524 FuncName = ProfileNames.getFuncName(NameRef, NameS);
549 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const {
551 FuncName = ProfileNames.getFuncName(NameRef);
CoverageMappingReader.h 171 InstrProfSymtab ProfileNames;

Completed in 39 milliseconds