Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-c-test/
Decho.cpp627 LLVMSetVolatile(Dst, LLVMGetVolatile(Src)); in CloneInstruction()
636 LLVMSetVolatile(Dst, LLVMGetVolatile(Src)); in CloneInstruction()
661 LLVMSetVolatile(Dst, LLVMGetVolatile(Src)); in CloneInstruction()
676 LLVMSetVolatile(Dst, LLVMGetVolatile(Src)); in CloneInstruction()
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h3941 LLVMBool LLVMGetVolatile(LLVMValueRef MemoryAccessInst);
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1525 return Val_bool(LLVMGetVolatile(MemoryInst)); in llvm_is_volatile()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp3631 LLVMBool LLVMGetVolatile(LLVMValueRef MemAccessInst) { in LLVMGetVolatile() function