Home | History | Annotate | Download | only in llvm-c

Lines Matching refs:LLVMBool

47   LLVMBool NoFramePointerElim;
48 LLVMBool EnableFastISel;
56 LLVMBool IsSigned);
65 LLVMBool IsSigned);
75 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE,
79 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp,
83 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT,
108 LLVMBool LLVMCreateMCJITCompilerForModule(
114 LLVMBool LLVMCreateExecutionEngine(LLVMExecutionEngineRef *OutEE,
119 LLVMBool LLVMCreateInterpreter(LLVMExecutionEngineRef *OutInterp,
124 LLVMBool LLVMCreateJITCompiler(LLVMExecutionEngineRef *OutJIT,
150 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M,
154 LLVMBool LLVMRemoveModuleProvider(LLVMExecutionEngineRef EE,
158 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name,
184 const char *SectionName, LLVMBool IsReadOnly);
185 typedef LLVMBool (*LLVMMemoryManagerFinalizeMemoryCallback)(