Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DDebugInfo.h195 unsigned LLVMGetModuleDebugMetadataVersion(LLVMModuleRef Module);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c147 return Val_int(LLVMGetModuleDebugMetadataVersion(Module)); in llvm_get_module_debug_metadata_version()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp860 unsigned LLVMGetModuleDebugMetadataVersion(LLVMModuleRef M) { in LLVMGetModuleDebugMetadataVersion() function