Home
last modified time | relevance | path

Searched defs:IsFunclet (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp317 bool IsFunclet) { in getFixedObjectSize()
1119 bool IsFunclet = MBB.isEHFuncletEntry(); in emitPrologue() local
1661 bool IsFunclet = false; in emitEpilogue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1326 bool IsFunclet = MBB.isEHFuncletEntry(); in emitPrologue() local
1996 bool IsFunclet = MBBI == MBB.end() ? false : isFuncletReturnInstr(*MBBI); in emitEpilogue() local