OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProfileNames
(Results
1 - 3
of
3
) 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/include/llvm/ProfileData/Coverage/
CoverageMappingReader.h
171
InstrProfSymtab
ProfileNames
;
/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
...]
Completed in 60 milliseconds