Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp1383 LLVMSetModuleIdentifier(M, ModuleName, ModuleIdentLen); in llvm_echo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h711 void LLVMSetModuleIdentifier(LLVMModuleRef M, const char *Ident, size_t Len);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c352 LLVMSetModuleIdentifier(M, String_val(Id), caml_string_length(Id)); in llvm_set_module_identifier()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp266 void LLVMSetModuleIdentifier(LLVMModuleRef M, const char *Ident, size_t Len) { in LLVMSetModuleIdentifier() function