Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/bindings/python/llvm/
H A Dcore.py223 lib.LLVMSetTarget(self, new_target)
521 library.LLVMSetTarget.argtypes = [Module, c_char_p]
522 library.LLVMSetTarget.restype = None
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp1393 LLVMSetTarget(M, LLVMGetTarget(Src)); in llvm_echo()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h792 void LLVMSetTarget(LLVMModuleRef M, const char *Triple);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c303 LLVMSetTarget(M, String_val(Trip)); in llvm_set_target_triple()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp306 void LLVMSetTarget(LLVMModuleRef M, const char *Triple) { in LLVMSetTarget() function