HomeSort by relevance Sort by last modified time
    Searched refs:LLVMModuleRef (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/llvm/include/llvm-c/
BitWriter.h 38 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path);
41 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
46 int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int Handle);
Linker.h 35 LLVMBool LLVMLinkModules(LLVMModuleRef Dest, LLVMModuleRef Src,
BitReader.h 39 LLVMModuleRef *OutModule, char **OutMessage);
43 LLVMModuleRef *OutModule, char **OutMessage);
50 LLVMModuleRef *OutM,
53 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
IRReader.h 33 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
Analysis.h 45 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action,
ExecutionEngine.h 77 LLVMModuleRef M,
81 LLVMModuleRef M,
85 LLVMModuleRef M,
110 LLVMExecutionEngineRef *OutJIT, LLVMModuleRef M,
146 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M);
151 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M,
152 LLVMModuleRef *OutMod, char **OutError);
157 LLVMModuleRef *OutMod, char **OutError);
TargetMachine.h 128 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M,
132 LLVMBool LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T, LLVMModuleRef M,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
llvm_wrapper.h 10 LLVMModuleRef llvm_parse_bitcode(const unsigned char * bitcode, unsigned bitcode_len);
r600_llvm.h 14 LLVMModuleRef r600_tgsi_llvm(
21 LLVMModuleRef mod,
  /external/mesa3d/src/gallium/drivers/r600/
llvm_wrapper.h 10 LLVMModuleRef llvm_parse_bitcode(const unsigned char * bitcode, unsigned bitcode_len);
r600_llvm.h 14 LLVMModuleRef r600_tgsi_llvm(
21 LLVMModuleRef mod,
  /external/llvm/lib/Bitcode/Writer/
BitWriter.cpp 20 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path) {
31 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
39 int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int FileHandle) {
  /external/llvm/bindings/ocaml/bitwriter/
bitwriter_ocaml.c 28 int res = LLVMWriteBitcodeToFile((LLVMModuleRef) M, String_val(Path));
43 res = LLVMWriteBitcodeToFD((LLVMModuleRef) M, Int_val(FD), 0, Unbuffered);
  /external/llvm/bindings/ocaml/linker/
linker_ocaml.c 47 CAMLprim value llvm_link_modules(LLVMModuleRef Dst, LLVMModuleRef Src, value Mode) {
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_misc.h 60 LLVMModuleRef M,
lp_bld_init.h 41 LLVMModuleRef module;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_llvm_emit.h 42 LLVMModuleRef M,
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_misc.h 60 LLVMModuleRef M,
lp_bld_init.h 41 LLVMModuleRef module;
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_llvm_emit.h 42 LLVMModuleRef M,
  /external/llvm/lib/Bitcode/Reader/
BitReader.cpp 24 LLVMModuleRef *OutModule, char **OutMessage) {
31 LLVMModuleRef *OutModule,
51 LLVMModuleRef *OutM,
70 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
82 reinterpret_cast<LLVMModuleRef*>(OutMP),
  /external/llvm/tools/llvm-c-test/
module.c 22 static LLVMModuleRef load_module(void) {
24 LLVMModuleRef M;
43 LLVMModuleRef M = load_module();
55 LLVMModuleRef M = load_module();
96 LLVMModuleRef M = load_module();
  /external/llvm/bindings/ocaml/analysis/
analysis_ocaml.c 25 CAMLprim value llvm_verify_module(LLVMModuleRef M) {
51 CAMLprim value llvm_assert_valid_module(LLVMModuleRef M) {
  /external/llvm/bindings/ocaml/bitreader/
bitreader_ocaml.c 54 LLVMModuleRef M;
66 LLVMModuleRef M;
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 110 LLVMModuleRef M,
125 LLVMModuleRef M,
140 LLVMModuleRef M,
167 LLVMExecutionEngineRef *OutJIT, LLVMModuleRef M,
214 reinterpret_cast<LLVMModuleRef>(MP),
223 reinterpret_cast<LLVMModuleRef>(MP),
233 reinterpret_cast<LLVMModuleRef>(MP),
281 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M){
287 LLVMAddModule(EE, reinterpret_cast<LLVMModuleRef>(MP));
290 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M
    [all...]

Completed in 162 milliseconds

1 2 3 4