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

Lines Matching refs:LLVMBool

48   LLVMBool NoFramePointerElim;
49 LLVMBool EnableFastISel;
57 LLVMBool IsSigned);
66 LLVMBool IsSigned);
76 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE,
80 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp,
84 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT,
109 LLVMBool LLVMCreateMCJITCompilerForModule(
115 LLVMBool LLVMCreateExecutionEngine(LLVMExecutionEngineRef *OutEE,
120 LLVMBool LLVMCreateInterpreter(LLVMExecutionEngineRef *OutInterp,
125 LLVMBool LLVMCreateJITCompiler(LLVMExecutionEngineRef *OutJIT,
151 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M,
155 LLVMBool LLVMRemoveModuleProvider(LLVMExecutionEngineRef EE,
159 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name,
192 unsigned SectionID, LLVMBool IsReadOnly),
193 LLVMBool (*FinalizeMemory)(void *Opaque, char **ErrMsg),