Home
last modified time | relevance | path

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

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