OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExpandedFileID
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h
238
unsigned FileID,
ExpandedFileID
;
242
CounterMappingRegion(Counter Count, unsigned FileID, unsigned
ExpandedFileID
,
245
: Count(Count), FileID(FileID),
ExpandedFileID
(
ExpandedFileID
),
250
unsigned
ExpandedFileID
, unsigned LineStart,
254
ExpandedFileID
(
ExpandedFileID
), LineStart(LineStart),
266
makeExpansion(unsigned FileID, unsigned
ExpandedFileID
, unsigned LineStart,
268
return CounterMappingRegion(Counter(), FileID,
ExpandedFileID
, LineStart,
430
: FileID(Region.
ExpandedFileID
), Region(Region), Function(Function) {
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
CoverageMappingWriter.cpp
216
assert(I->
ExpandedFileID
<=
223
(I->
ExpandedFileID
CoverageMappingReader.cpp
247
uint64_t
ExpandedFileID
= 0;
267
ExpandedFileID
= EncodedCounterAndRegion >>
269
if (
ExpandedFileID
>= NumFileIDs)
333
dbgs() << "Expands to file " <<
ExpandedFileID
;
339
auto CMR = CounterMappingRegion(C, C2, InferredFileID,
ExpandedFileID
,
403
assert(!FileIDExpansionRegionMapping[R.
ExpandedFileID
]);
404
FileIDExpansionRegionMapping[R.
ExpandedFileID
] = &R;
CoverageMapping.cpp
680
IsNotExpandedFile[CR.
ExpandedFileID
] = false;
721
if (FileIDs.test(CR.FileID) && (CR.FileID == CR.
ExpandedFileID
))
/src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
CoverageExporterJson.cpp
89
Region.FileID, Region.
ExpandedFileID
,
98
Region.
ExpandedFileID
, int64_t(Region.Kind)});
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CoverageMappingGen.cpp
461
auto
ExpandedFileID
= getCoverageFileID(ExpandedLoc);
462
assert(
ExpandedFileID
&& "expansion in uncovered file");
472
*ParentFileID, *
ExpandedFileID
, SR.LineStart, SR.ColumnStart,
1555
OS << " (Expanded file = " << R.
ExpandedFileID
<< ")";
Completed in 53 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026