Home
last modified time | relevance | path

Searched refs:HasUnwindClobber (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2633 bool HasUnwindClobber, bool ReadOnly, in UpdateAsmCallInst() argument
2640 if (!HasUnwindClobber) in UpdateAsmCallInst()
3132 bool HasUnwindClobber = false; in EmitAsmStmt() local
3141 HasUnwindClobber = true; in EmitAsmStmt()
3177 assert(!(HasUnwindClobber && IsGCCAsmGoto) && in EmitAsmStmt()
3210 /* IsAlignStack */ false, AsmDialect, HasUnwindClobber); in EmitAsmStmt()
3247 } else if (HasUnwindClobber) { in EmitAsmStmt()