Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp402 getFixedObjectSize(const MachineFunction & MF,const AArch64FunctionInfo * AFI,bool IsWin64,bool IsFunclet) getFixedObjectSize() argument
1666 bool IsFunclet = MBB.isEHFuncletEntry(); emitPrologue() local
2160 bool IsFunclet = false; emitEpilogue() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1517 bool IsFunclet = MBB.isEHFuncletEntry(); emitPrologue() local
2305 bool IsFunclet = MBBI == MBB.end() ? false : isFuncletReturnInstr(*MBBI); emitEpilogue() local
[all...]