Searched refs:getCallSiteLandingPad (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h369 /// getCallSiteLandingPad - Get the call site indexes for a landing pad EH
371 SmallVectorImpl<unsigned> &getCallSiteLandingPad(MCSymbol *Sym) { function in class:llvm::MachineModuleInfo
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineModuleInfo.h338 /// getCallSiteLandingPad - Get the call site indexes for a landing pad EH
340 SmallVectorImpl<unsigned> &getCallSiteLandingPad(MCSymbol *Sym) { function in class:llvm::MachineModuleInfo
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7428 SmallVectorImpl<unsigned> &CallSiteIdxs = MMI.getCallSiteLandingPad(Sym);
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelLowering.cpp5698 SmallVectorImpl<unsigned> &CallSiteIdxs = MMI.getCallSiteLandingPad(Sym);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24022 for (unsigned CSI : MMI->getCallSiteLandingPad(Sym)) {
[all...]

Completed in 286 milliseconds