OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BeginLabel
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h
281
MCSymbol *
BeginLabel
, MCSymbol *EndLabel);
359
void setCallSiteBeginLabel(MCSymbol *
BeginLabel
, unsigned Site) {
360
CallSiteMap[
BeginLabel
] = Site;
364
unsigned getCallSiteBeginLabel(MCSymbol *
BeginLabel
) {
365
assert(hasCallSiteBeginLabel(
BeginLabel
) &&
367
return CallSiteMap[
BeginLabel
];
372
bool hasCallSiteBeginLabel(MCSymbol *
BeginLabel
) {
373
return CallSiteMap[
BeginLabel
] != 0;
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.cpp
252
MCSymbol *
BeginLabel
= MI->getOperand(0).getMCSymbol();
253
if (
BeginLabel
== LastLabel)
257
RangeMapType::const_iterator L = PadMap.find(
BeginLabel
);
264
assert(
BeginLabel
== LandingPad->BeginLabels[P.RangeIndex] &&
272
CallSiteEntry Site = { LastLabel,
BeginLabel
, 0, 0 };
278
assert(
BeginLabel
&& LastLabel && "Invalid landing pad!");
286
BeginLabel
,
308
unsigned SiteNo = MMI->getCallSiteBeginLabel(
BeginLabel
);
375
MCSymbol *
BeginLabel
= LandingPad->BeginLabels[j];
376
assert(!PadMap.count(
BeginLabel
) && "Duplicate landing pad labels!")
[
all
...]
DwarfException.h
71
// The 'try-range' is
BeginLabel
.. EndLabel.
72
MCSymbol *
BeginLabel
; // zero indicates the start of the function.
/external/llvm/lib/CodeGen/
MachineModuleInfo.cpp
394
MCSymbol *
BeginLabel
, MCSymbol *EndLabel) {
396
LP.BeginLabels.push_back(
BeginLabel
);
475
MCSymbol *
BeginLabel
= LandingPad.BeginLabels[j];
477
if ((
BeginLabel
->isDefined() ||
478
(LPMap && (*LPMap)[
BeginLabel
] != 0)) &&
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
[
all
...]
Completed in 176 milliseconds