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

/external/swiftshader/third_party/LLVM/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
/external/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h372 assert(hasCallSiteLandingPad(Sym) &&
377 /// hasCallSiteLandingPad - Return true if the landing pad Eh symbol has an
379 bool hasCallSiteLandingPad(MCSymbol *Sym) { function in class:llvm::MachineModuleInfo

Completed in 255 milliseconds