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

  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 287 (MachineBasicBlock *LandingPad) {
291 if (LP.LandingPadBlock == LandingPad)
295 LandingPads.push_back(LandingPadInfo(LandingPad));
301 void MachineModuleInfo::addInvoke(MachineBasicBlock *LandingPad,
303 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad);
308 /// addLandingPad - Provide the label of a try LandingPad block.
310 MCSymbol *MachineModuleInfo::addLandingPad(MachineBasicBlock *LandingPad) {
312 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad);
327 addCatchTypeInfo(MachineBasicBlock *LandingPad,
329 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 300 const LandingPadInfo *LandingPad = LandingPads[i];
301 for (unsigned j=0, E = LandingPad->BeginLabels.size(); j != E; ++j) {
302 MCSymbol *BeginLabel = LandingPad->BeginLabels[j];
332 const LandingPadInfo *LandingPad = LandingPads[P.PadIndex];
334 assert(BeginLabel == LandingPad->BeginLabels[P.RangeIndex] &&
345 LastLabel = LandingPad->EndLabels[P.RangeIndex];
347 LandingPad->LandingPadLabel, FirstActions[P.PadIndex]};
  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 198 const LandingPadInfo *LandingPad = LandingPads[i];
199 for (unsigned j = 0, E = LandingPad->BeginLabels.size(); j != E; ++j) {
200 MCSymbol *BeginLabel = LandingPad->BeginLabels[j];
254 const LandingPadInfo *LandingPad = LandingPads[P.PadIndex];
255 assert(BeginLabel == LandingPad->BeginLabels[P.RangeIndex] &&
268 LastLabel = LandingPad->EndLabels[P.RangeIndex];
271 if (!LandingPad->LandingPadLabel) {
279 LandingPad,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineModuleInfo.cpp 379 (MachineBasicBlock *LandingPad) {
383 if (LP.LandingPadBlock == LandingPad)
387 LandingPads.push_back(LandingPadInfo(LandingPad));
393 void MachineModuleInfo::addInvoke(MachineBasicBlock *LandingPad,
395 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad);
400 /// addLandingPad - Provide the label of a try LandingPad block.
402 MCSymbol *MachineModuleInfo::addLandingPad(MachineBasicBlock *LandingPad) {
404 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad);
411 void MachineModuleInfo::addPersonality(MachineBasicBlock *LandingPad,
413 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 307 milliseconds