Home
last modified time | relevance | path

Searched refs:LLVMDumpModule (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/bindings/python/llvm/
H A Dcore.py224 lib.LLVMDumpModule(self)
522 library.LLVMDumpModule.argtypes = [Module]
523 library.LLVMDumpModule.restype = None
/minix3/external/bsd/llvm/dist/llvm/include/llvm-c/
H A DCore.h609 void LLVMDumpModule(LLVMModuleRef M);
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c180 LLVMDumpModule(M); in llvm_dump_module()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DCore.cpp180 void LLVMDumpModule(LLVMModuleRef M) { in LLVMDumpModule() function
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go422 C.LLVMDumpModule(m.C)