Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DDebugInfo.h212 unsigned LLVMGetModuleDebugMetadataVersion(LLVMModuleRef Module);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c147 return Val_int(LLVMGetModuleDebugMetadataVersion(Module)); in llvm_get_module_debug_metadata_version()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp949 unsigned LLVMGetModuleDebugMetadataVersion(LLVMModuleRef M) { in LLVMGetModuleDebugMetadataVersion() function