HomeSort by relevance Sort by last modified time
    Searched refs:BeginLabel (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 286 MCSymbol *BeginLabel, MCSymbol *EndLabel);
364 void setCallSiteBeginLabel(MCSymbol *BeginLabel, unsigned Site) {
365 CallSiteMap[BeginLabel] = Site;
369 unsigned getCallSiteBeginLabel(MCSymbol *BeginLabel) {
370 assert(hasCallSiteBeginLabel(BeginLabel) &&
372 return CallSiteMap[BeginLabel];
377 bool hasCallSiteBeginLabel(MCSymbol *BeginLabel) {
378 return CallSiteMap[BeginLabel] != 0;
  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 221 MCSymbol *BeginLabel = MI.getOperand(0).getMCSymbol();
222 if (BeginLabel == LastLabel)
226 RangeMapType::const_iterator L = PadMap.find(BeginLabel);
233 assert(BeginLabel == LandingPad->BeginLabels[P.RangeIndex] &&
241 CallSiteEntry Site = { LastLabel, BeginLabel, nullptr, 0 };
247 assert(BeginLabel && LastLabel && "Invalid landing pad!");
255 BeginLabel,
277 unsigned SiteNo = MMI->getCallSiteBeginLabel(BeginLabel);
348 MCSymbol *BeginLabel = LandingPad->BeginLabels[j];
349 assert(!PadMap.count(BeginLabel) && "Duplicate landing pad labels!")
    [all...]
EHStreamer.h 62 // The 'try-range' is BeginLabel .. EndLabel.
63 MCSymbol *BeginLabel; // zero indicates the start of the function.
DwarfDebug.cpp     [all...]
  /external/chromium_org/v8/src/compiler/
control-builders.h 103 void BeginLabel(int index, Node* condition);
control-builders.cc 85 void SwitchBuilder::BeginLabel(int index, Node* condition) {
ast-graph-builder.cc 556 compare_switch.BeginLabel(i, condition);
    [all...]
  /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 252 milliseconds