OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Sequences
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/DebugInfo/
DWARFDebugLine.h
136
// compilation unit may consist of multiple
sequences
, which are not
169
Sequences
.push_back(sequence);
174
Sequences
.clear();
199
SequenceVector
Sequences
;
DWARFDebugLine.cpp
124
// Sort all
sequences
so that address lookup will work faster.
125
if (!
Sequences
.empty()) {
126
std::sort(
Sequences
.begin(),
Sequences
.end(), Sequence::orderByLowPC);
127
// Note: actually, instruction address ranges of
sequences
should not
132
// rudimentary
sequences
for address ranges [0x0, 0xsomething).
484
if (
Sequences
.empty())
489
SequenceIter first_seq =
Sequences
.begin();
490
SequenceIter last_seq =
Sequences
.end();
495
found_seq =
Sequences
.back()
[
all
...]
Completed in 1035 milliseconds