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

  /external/llvm/tools/llvm-c-test/
calc.c 118 LLVMModuleRef M = LLVMModuleCreateWithName(name);
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 165 Module = LLVMModuleCreateWithName("simple_module");
185 Module = LLVMModuleCreateWithName("simple_module");
215 Module = LLVMModuleCreateWithName("simple_module");
  /external/llvm/bindings/python/llvm/
core.py 201 m = Module(lib.LLVMModuleCreateWithName(module_id))
504 library.LLVMModuleCreateWithName.argtypes = [c_char_p]
505 library.LLVMModuleCreateWithName.restype = c_object_p
  /external/llvm/include/llvm-c/
Core.h 552 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID);
    [all...]
  /external/llvm/lib/IR/
Core.cpp 149 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) {
    [all...]

Completed in 165 milliseconds