OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PendingLabelSections
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCObjectStreamer.h
42
SmallSetVector<MCSection *, 4>
PendingLabelSections
;
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCObjectStreamer.cpp
64
// Add this Section to the list of
PendingLabelSections
.
65
PendingLabelSections
.insert(CurSection);
103
for (MCSection* Section :
PendingLabelSections
)
169
PendingLabelSections
.clear();
Completed in 16 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026