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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h626 void setVolatile(Constant *V) { setArgOperand(ARG_VOLATILE, V); } function in class:llvm::MemIntrinsic
H A DInstructions.h213 void setVolatile(bool V) { setSubclassData<VolatileField>(V); } function in class:llvm::LoadInst
342 void setVolatile(bool V) { setSubclassData<VolatileField>(V); } function in class:llvm::StoreInst
582 void setVolatile(bool V) { setSubclassData<VolatileField>(V); } function in class:llvm::AtomicCmpXchgInst
814 void setVolatile(bool V) { setSubclassData<VolatileField>(V); } function in class:llvm::AtomicRMWInst
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h596 void setVolatile(bool flag) { function in class:clang::CodeGen::AggValueSlot
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2797 void setVolatile(bool V) { IsVolatile = V; } function in class:clang::AsmStmt

Completed in 186 milliseconds