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

  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 311 MCSymbol *BeginLabel, MCSymbol *EndLabel);
383 void setCallSiteBeginLabel(MCSymbol *BeginLabel, unsigned Site) {
384 CallSiteMap[BeginLabel] = Site;
388 unsigned getCallSiteBeginLabel(MCSymbol *BeginLabel) {
389 assert(hasCallSiteBeginLabel(BeginLabel) &&
391 return CallSiteMap[BeginLabel];
396 bool hasCallSiteBeginLabel(MCSymbol *BeginLabel) {
397 return CallSiteMap[BeginLabel] != 0;
  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 200 MCSymbol *BeginLabel = LandingPad->BeginLabels[j];
201 assert(!PadMap.count(BeginLabel) && "Duplicate landing pad labels!");
203 PadMap[BeginLabel] = P;
243 MCSymbol *BeginLabel = MI.getOperand(0).getMCSymbol();
244 if (BeginLabel == LastLabel)
248 RangeMapType::const_iterator L = PadMap.find(BeginLabel);
255 assert(BeginLabel == LandingPad->BeginLabels[P.RangeIndex] &&
263 CallSiteEntry Site = { LastLabel, BeginLabel, nullptr, 0 };
269 assert(BeginLabel && LastLabel && "Invalid landing pad!");
277 BeginLabel,
    [all...]
EHStreamer.h 64 // The 'try-range' is BeginLabel .. EndLabel.
65 MCSymbol *BeginLabel; // Null indicates the start of the function.
WinException.h 46 const MCSymbol *BeginLabel,
WinException.cpp 564 const MCSymbol *BeginLabel,
569 assert(BeginLabel && EndLabel);
586 OS.EmitValue(getLabelPlusOne(BeginLabel), 4);
    [all...]
DwarfDebug.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 302 MCSymbol *BeginLabel, MCSymbol *EndLabel) {
304 LP.BeginLabels.push_back(BeginLabel);
390 MCSymbol *BeginLabel = LandingPad.BeginLabels[j];
392 if ((BeginLabel->isDefined() ||
393 (LPMap && (*LPMap)[BeginLabel] != 0)) &&
  /external/v8/src/compiler/
control-builders.h 100 void BeginLabel(int index, Node* condition);
control-builders.cc 93 void SwitchBuilder::BeginLabel(int index, Node* condition) {
ast-graph-builder.cc 264 dispatch.BeginLabel(static_cast<int>(i), condition);
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 773 MCSymbol *BeginLabel = Asm->createTempSymbol("Barange");
786 Asm->EmitLabelDifference(EndLabel, BeginLabel, 4); // Arange length
787 Asm->OutStreamer->EmitLabel(BeginLabel);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 840 milliseconds