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

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2289 bool HasUnwindClobber, bool ReadOnly,
2295 if (!HasUnwindClobber)
2776 bool HasUnwindClobber = false; local
2785 HasUnwindClobber = true;
2821 assert(!(HasUnwindClobber && IsGCCAsmGoto) &&
2854 /* IsAlignStack */ false, AsmDialect, HasUnwindClobber);
2890 } else if (HasUnwindClobber) {
2288 UpdateAsmCallInst(llvm::CallBase &Result, bool HasSideEffect, bool HasUnwindClobber, bool ReadOnly, bool ReadNone, bool NoMerge, const AsmStmt &S, const std::vector<llvm::Type *> &ResultRegTypes, const std::vector<llvm::Type *> &ArgElemTypes, CodeGenFunction &CGF, std::vector<llvm::Value *> &RegResults) argument

Completed in 112 milliseconds