Home
last modified time | relevance | path

Searched refs:LLVMSetModuleInlineAsm (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h1091 void LLVMSetModuleInlineAsm(LLVMModuleRef M, const char *Asm);
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c358 LLVMSetModuleInlineAsm(M, String_val(Asm)); in llvm_set_module_inline_asm()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp457 void LLVMSetModuleInlineAsm(LLVMModuleRef M, const char *Asm) { in LLVMSetModuleInlineAsm() function