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

  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.h 63 // The 'try-range' is BeginLabel .. EndLabel.
64 MCSymbol *BeginLabel; // Null indicates the start of the function.
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...]
CodeViewDebug.cpp     [all...]
DwarfDebug.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfException.h 92 // The 'try-range' is BeginLabel .. EndLabel.
93 MCSymbol *BeginLabel; // zero indicates the start of the function.
  /external/v8/src/compiler/
control-builders.cc 105 void SwitchBuilder::BeginLabel(int index, Node* condition) {
  /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/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 189 MCSymbol *BeginLabel; // zero indicates the start of the function.
302 MCSymbol *BeginLabel = LandingPad->BeginLabels[j];
303 assert(!PadMap.count(BeginLabel) && "Duplicate landing pad labels!");
305 PadMap[BeginLabel] = P;
320 MCSymbol *BeginLabel = MI->getOperand(0).getMCSymbol();
321 assert(BeginLabel && "Invalid label!");
323 if (BeginLabel == LastLabel)
326 RangeMapType::iterator L = PadMap.find(BeginLabel);
334 assert(BeginLabel == LandingPad->BeginLabels[P.RangeIndex] &&
341 CallSiteEntry Site = {LastLabel, BeginLabel, 0, 0}
    [all...]
  /external/swiftshader/third_party/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/tools/dsymutil/
DwarfLinker.cpp 775 MCSymbol *BeginLabel = Asm->createTempSymbol("Barange");
788 Asm->EmitLabelDifference(EndLabel, BeginLabel, 4); // Arange length
789 Asm->OutStreamer->EmitLabel(BeginLabel);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 331 milliseconds