OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setCallSiteLandingPad
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h
340
///
setCallSiteLandingPad
- Map the landing pad's EH symbol to the call
342
void
setCallSiteLandingPad
(MCSymbol *Sym, ArrayRef<unsigned> Sites);
/external/llvm/lib/CodeGen/
MachineModuleInfo.cpp
502
///
setCallSiteLandingPad
- Map the landing pad's EH symbol to the call site
504
void MachineModuleInfo::
setCallSiteLandingPad
(MCSymbol *Sym,
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp
827
MF->getMMI().
setCallSiteLandingPad
(Label, SDB->LPadToCallSiteMap[MBB]);
[
all
...]
Completed in 121 milliseconds