Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Dcore.py223 lib.LLVMSetTarget(self, new_target)
530 library.LLVMSetTarget.argtypes = [Module, c_char_p]
531 library.LLVMSetTarget.restype = None
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp1385 LLVMSetTarget(M, LLVMGetTarget(Src)); in llvm_echo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h765 void LLVMSetTarget(LLVMModuleRef M, const char *Triple);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c303 LLVMSetTarget(M, String_val(Trip)); in llvm_set_target_triple()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go477 C.LLVMSetTarget(m.C, ctarget)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp298 void LLVMSetTarget(LLVMModuleRef M, const char *Triple) { in LLVMSetTarget() function