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

  /external/llvm/include/llvm-c/
Core.h 420 * This is equivalent to calling LLVMModuleCreateWithNameInContext with
434 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID,
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 124 return LLVMModuleCreateWithNameInContext(String_val(ModuleID), C);
    [all...]
  /external/llvm/lib/VMCore/
Core.cpp 87 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID,
    [all...]

Completed in 27 milliseconds