OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BeginLabels
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
MachineModuleInfo.cpp
396
LP.
BeginLabels
.push_back(BeginLabel);
474
for (unsigned j = 0, e = LandingPads[i].
BeginLabels
.size(); j != e; ++j) {
475
MCSymbol *BeginLabel = LandingPad.
BeginLabels
[j];
482
LandingPad.
BeginLabels
.erase(LandingPad.
BeginLabels
.begin() + j);
488
if (LandingPads[i].
BeginLabels
.empty()) {
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.cpp
264
assert(BeginLabel == LandingPad->
BeginLabels
[P.RangeIndex] &&
374
for (unsigned j = 0, E = LandingPad->
BeginLabels
.size(); j != E; ++j) {
375
MCSymbol *BeginLabel = LandingPad->
BeginLabels
[j];
/external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h
67
SmallVector<MCSymbol*, 1>
BeginLabels
; // Labels prior to invoke.
Completed in 172 milliseconds