OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopeRanges
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DbgEntityHistoryCalculator.cpp
179
ArrayRef<InsnRange>
ScopeRanges
(Scope->getRanges());
204
if (auto R = intersects(StartMI, EndMI,
ScopeRanges
, Ordering)) {
205
// Adjust
ScopeRanges
to exclude ranges which subsequent location ranges
207
ScopeRanges
= ArrayRef<InsnRange>(R.getValue(),
ScopeRanges
.end());
/src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
Statistics.cpp
329
auto
ScopeRanges
= cantFail(Die.getParent().getAddressRanges());
340
for (DWARFAddressRange R :
ScopeRanges
) {
Completed in 73 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026