Searched defs:LLVMModuleRef (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm-c/
H A DTypes.h62 typedef struct LLVMOpaqueModule *LLVMModuleRef; typedef in typeref:struct:LLVMOpaqueModule
/external/swiftshader/third_party/llvm-subzero/include/llvm-c/
H A DTypes.h62 typedef struct LLVMOpaqueModule *LLVMModuleRef; typedef in typeref:struct:LLVMOpaqueModule
/external/swiftshader/third_party/LLVM/include/llvm-c/
H A DCore.h63 typedef struct LLVMOpaqueModule *LLVMModuleRef; typedef in typeref:struct:LLVMOpaqueModule
320 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID);
321 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID,
325 void LLVMDisposeModule(LLVMModuleRef M);
328 const char *LLVMGetDataLayout(LLVMModuleRef M);
329 void LLVMSetDataLayout(LLVMModuleRef M, const char *Triple);
332 const char *LLVMGetTarget(LLVMModuleRef M);
333 void LLVMSetTarget(LLVMModuleRef M, const char *Triple);
336 void LLVMDumpModule(LLVMModuleRef M);
339 void LLVMSetModuleInlineAsm(LLVMModuleRef
[all...]

Completed in 175 milliseconds