Searched defs:setVolatile (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h577 void setVolatile(Constant *V) { setArgOperand(ARG_VOLATILE, V); } function in class:llvm::MemIntrinsic
H A DInstructions.h236 void setVolatile(bool V) { function in class:llvm::LoadInst
365 void setVolatile(bool V) { function in class:llvm::StoreInst
582 void setVolatile(bool V) { function in class:llvm::AtomicCmpXchgInst
799 void setVolatile(bool V) { function in class:llvm::AtomicRMWInst
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h564 void setVolatile(bool flag) { function in class:clang::CodeGen::AggValueSlot
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2771 void setVolatile(bool V) { IsVolatile = V; } function in class:clang::AsmStmt

Completed in 87 milliseconds