Searched refs:hasCallSiteLandingPad (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineModuleInfo.h341 assert(hasCallSiteLandingPad(Sym) &&
346 /// hasCallSiteLandingPad - Return true if the landing pad Eh symbol has an
348 bool hasCallSiteLandingPad(MCSymbol *Sym) { function in class:llvm::MachineModuleInfo
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMISelLowering.cpp5962 if (!MMI.hasCallSiteLandingPad(Sym)) continue;

Completed in 137 milliseconds