OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addCatchTypeInfo
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h
297
///
addCatchTypeInfo
- Provide the catch typeinfo for a landing pad.
299
void
addCatchTypeInfo
(MachineBasicBlock *LandingPad,
/external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp
402
MMI->
addCatchTypeInfo
(MBB, TyInfo);
426
MMI->
addCatchTypeInfo
(MBB, TyInfo);
/external/llvm/lib/CodeGen/
MachineModuleInfo.cpp
430
///
addCatchTypeInfo
- Provide the catch typeinfo for a landing pad.
432
void MachineModuleInfo::
addCatchTypeInfo
(MachineBasicBlock *LandingPad,
Completed in 75 milliseconds