Home
last modified time | relevance | path

Searched refs:LLVMModuleRef (Results 1 – 25 of 61) sorted by relevance

123

/external/llvm/include/llvm-c/
DExecutionEngine.h76 LLVMModuleRef M,
80 LLVMModuleRef M,
84 LLVMModuleRef M,
109 LLVMExecutionEngineRef *OutJIT, LLVMModuleRef M,
145 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M);
150 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M,
151 LLVMModuleRef *OutMod, char **OutError);
156 LLVMModuleRef *OutMod, char **OutError);
DBitWriter.h38 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path);
41 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
46 int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int Handle);
49 LLVMMemoryBufferRef LLVMWriteBitcodeToMemoryBuffer(LLVMModuleRef M);
DBitReader.h39 LLVMModuleRef *OutModule, char **OutMessage);
43 LLVMModuleRef *OutModule, char **OutMessage);
50 LLVMModuleRef *OutM,
53 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
DCore.h78 typedef struct LLVMOpaqueModule *LLVMModuleRef; typedef
554 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID);
562 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID,
567 LLVMModuleRef LLVMCloneModule(LLVMModuleRef M);
575 void LLVMDisposeModule(LLVMModuleRef M);
582 const char *LLVMGetDataLayout(LLVMModuleRef M);
589 void LLVMSetDataLayout(LLVMModuleRef M, const char *Triple);
596 const char *LLVMGetTarget(LLVMModuleRef M);
603 void LLVMSetTarget(LLVMModuleRef M, const char *Triple);
610 void LLVMDumpModule(LLVMModuleRef M);
[all …]
DLinker.h38 LLVMBool LLVMLinkModules(LLVMModuleRef Dest, LLVMModuleRef Src,
DTargetMachine.h128 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M,
132 LLVMBool LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T, LLVMModuleRef M,
DIRReader.h33 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
/external/llvm/bindings/ocaml/bitreader/
Dbitreader_ocaml.c24 CAMLprim LLVMModuleRef llvm_get_module(LLVMContextRef C, LLVMMemoryBufferRef MemBuf) { in llvm_get_module()
25 LLVMModuleRef M; in llvm_get_module()
35 CAMLprim LLVMModuleRef llvm_parse_bitcode(LLVMContextRef C, LLVMMemoryBufferRef MemBuf) { in llvm_parse_bitcode()
36 LLVMModuleRef M; in llvm_parse_bitcode()
/external/llvm/tools/llvm-c-test/
Dmodule.c22 static LLVMModuleRef load_module(void) { in load_module()
24 LLVMModuleRef M; in load_module()
43 LLVMModuleRef M = load_module(); in module_dump()
55 LLVMModuleRef M = load_module(); in module_list_functions()
96 LLVMModuleRef M = load_module(); in module_list_globals()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp102 LLVMModuleRef M, in LLVMCreateExecutionEngineForModule()
117 LLVMModuleRef M, in LLVMCreateInterpreterForModule()
132 LLVMModuleRef M, in LLVMCreateJITCompilerForModule()
159 LLVMExecutionEngineRef *OutJIT, LLVMModuleRef M, in LLVMCreateMCJITCompilerForModule()
206 reinterpret_cast<LLVMModuleRef>(MP), in LLVMCreateExecutionEngine()
215 reinterpret_cast<LLVMModuleRef>(MP), in LLVMCreateInterpreter()
225 reinterpret_cast<LLVMModuleRef>(MP), in LLVMCreateJITCompiler()
272 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M){ in LLVMAddModule()
278 LLVMAddModule(EE, reinterpret_cast<LLVMModuleRef>(MP)); in LLVMAddModuleProvider()
281 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, in LLVMRemoveModule()
[all …]
/external/llvm/lib/Bitcode/Writer/
DBitWriter.cpp20 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path) { in LLVMWriteBitcodeToFile()
31 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, in LLVMWriteBitcodeToFD()
39 int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int FileHandle) { in LLVMWriteBitcodeToFileHandle()
43 LLVMMemoryBufferRef LLVMWriteBitcodeToMemoryBuffer(LLVMModuleRef M) { in LLVMWriteBitcodeToMemoryBuffer()
/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp26 LLVMModuleRef *OutModule, char **OutMessage) { in LLVMParseBitcode()
33 LLVMModuleRef *OutModule, in LLVMParseBitcodeInContext()
62 LLVMModuleRef *OutM, in LLVMGetBitcodeModuleInContext()
84 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule()
96 reinterpret_cast<LLVMModuleRef*>(OutMP), in LLVMGetBitcodeModuleProviderInContext()
/external/llvm/bindings/ocaml/bitwriter/
Dbitwriter_ocaml.c25 CAMLprim value llvm_write_bitcode_file(LLVMModuleRef M, value Path) { in llvm_write_bitcode_file()
31 CAMLprim value llvm_write_bitcode_to_fd(value U, LLVMModuleRef M, value FD) { in llvm_write_bitcode_to_fd()
46 CAMLprim LLVMMemoryBufferRef llvm_write_bitcode_to_memory_buffer(LLVMModuleRef M) { in llvm_write_bitcode_to_memory_buffer()
/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c40 CAMLprim LLVMExecutionEngineRef llvm_ee_create(value OptRecordOpt, LLVMModuleRef M) { in llvm_ee_create()
69 CAMLprim value llvm_ee_add_module(LLVMModuleRef M, LLVMExecutionEngineRef EE) { in llvm_ee_add_module()
75 CAMLprim value llvm_ee_remove_module(LLVMModuleRef M, LLVMExecutionEngineRef EE) { in llvm_ee_remove_module()
76 LLVMModuleRef RemovedModule; in llvm_ee_remove_module()
/external/llvm/bindings/ocaml/transforms/utils/
Dtransform_utils_ocaml.c29 CAMLprim LLVMModuleRef llvm_clone_module(LLVMModuleRef M) { in llvm_clone_module()
/external/llvm/bindings/ocaml/linker/
Dlinker_ocaml.c27 CAMLprim value llvm_link_modules(LLVMModuleRef Dst, LLVMModuleRef Src) { in llvm_link_modules()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_llvm.h14 LLVMModuleRef r600_tgsi_llvm(
21 LLVMModuleRef mod,
Dllvm_wrapper.h10 LLVMModuleRef llvm_parse_bitcode(const unsigned char * bitcode, unsigned bitcode_len);
/external/llvm/bindings/ocaml/analysis/
Danalysis_ocaml.c24 CAMLprim value llvm_verify_module(LLVMModuleRef M) { in llvm_verify_module()
50 CAMLprim value llvm_assert_valid_module(LLVMModuleRef M) { in llvm_assert_valid_module()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c146 CAMLprim LLVMModuleRef llvm_create_module(LLVMContextRef C, value ModuleID) { in llvm_create_module()
151 CAMLprim value llvm_dispose_module(LLVMModuleRef M) { in llvm_dispose_module()
157 CAMLprim value llvm_target_triple(LLVMModuleRef M) { in llvm_target_triple()
162 CAMLprim value llvm_set_target_triple(value Trip, LLVMModuleRef M) { in llvm_set_target_triple()
168 CAMLprim value llvm_data_layout(LLVMModuleRef M) { in llvm_data_layout()
173 CAMLprim value llvm_set_data_layout(value Layout, LLVMModuleRef M) { in llvm_set_data_layout()
179 CAMLprim value llvm_dump_module(LLVMModuleRef M) { in llvm_dump_module()
185 CAMLprim value llvm_print_module(value Filename, LLVMModuleRef M) { in llvm_print_module()
195 CAMLprim value llvm_string_of_llmodule(LLVMModuleRef M) { in llvm_string_of_llmodule()
208 CAMLprim value llvm_set_module_inline_asm(LLVMModuleRef M, value Asm) { in llvm_set_module_inline_asm()
[all …]
/external/llvm/lib/Target/
DTargetMachineC.cpp185 static LLVMBool LLVMTargetMachineEmit(LLVMTargetMachineRef T, LLVMModuleRef M, in LLVMTargetMachineEmit()
226 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M, in LLVMTargetMachineEmitToFile()
240 LLVMModuleRef M, LLVMCodeGenFileType codegen, char** ErrorMessage, in LLVMTargetMachineEmitToMemoryBuffer()
/external/llvm/lib/IR/
DCore.cpp149 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName()
153 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext()
158 void LLVMDisposeModule(LLVMModuleRef M) { in LLVMDisposeModule()
163 const char * LLVMGetDataLayout(LLVMModuleRef M) { in LLVMGetDataLayout()
167 void LLVMSetDataLayout(LLVMModuleRef M, const char *Triple) { in LLVMSetDataLayout()
172 const char * LLVMGetTarget(LLVMModuleRef M) { in LLVMGetTarget()
176 void LLVMSetTarget(LLVMModuleRef M, const char *Triple) { in LLVMSetTarget()
180 void LLVMDumpModule(LLVMModuleRef M) { in LLVMDumpModule()
184 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename, in LLVMPrintModuleToFile()
205 char *LLVMPrintModuleToString(LLVMModuleRef M) { in LLVMPrintModuleToString()
[all …]
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_llvm_emit.h42 LLVMModuleRef M,
/external/llvm/lib/Transforms/Utils/
DCloneModule.cpp129 LLVMModuleRef LLVMCloneModule(LLVMModuleRef M) { in LLVMCloneModule()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.h60 LLVMModuleRef M,

123