Searched refs:setCallSiteLandingPad (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h334 /// setCallSiteLandingPad - Map the landing pad's EH symbol to the call
336 void setCallSiteLandingPad(MCSymbol *Sym, ArrayRef<unsigned> Sites);
/external/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp502 /// setCallSiteLandingPad - Map the landing pad's EH symbol to the call site
504 void MachineModuleInfo::setCallSiteLandingPad(MCSymbol *Sym, function in class:MachineModuleInfo
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp695 MF->getMMI().setCallSiteLandingPad(Label, SDB->LPadToCallSiteMap[MBB]);

Completed in 77 milliseconds