HomeSort by relevance Sort by last modified time
    Searched refs:LLVMDisposeModule (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm-c/
Core.h 423 * Every invocation should be paired with LLVMDisposeModule() or memory
431 * Every invocation should be paired with LLVMDisposeModule() or memory
443 void LLVMDisposeModule(LLVMModuleRef M);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 129 LLVMDisposeModule(M);
    [all...]
  /external/llvm/lib/VMCore/
Core.cpp 92 void LLVMDisposeModule(LLVMModuleRef M) {
    [all...]

Completed in 23 milliseconds