Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp1391 LLVMSetModuleIdentifier(M, ModuleName, ModuleIdentLen); in llvm_echo()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h738 void LLVMSetModuleIdentifier(LLVMModuleRef M, const char *Ident, size_t Len);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c352 LLVMSetModuleIdentifier(M, String_val(Id), caml_string_length(Id)); in llvm_set_module_identifier()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp274 void LLVMSetModuleIdentifier(LLVMModuleRef M, const char *Ident, size_t Len) { in LLVMSetModuleIdentifier() function