Home
last modified time | relevance | path

Searched refs:LLVMBool (Results 1 – 17 of 17) sorted by relevance

/external/llvm/include/llvm-c/
DExecutionEngine.h46 LLVMBool IsSigned);
55 LLVMBool IsSigned);
65 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE,
69 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp,
73 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT,
79 LLVMBool LLVMCreateExecutionEngine(LLVMExecutionEngineRef *OutEE,
84 LLVMBool LLVMCreateInterpreter(LLVMExecutionEngineRef *OutInterp,
89 LLVMBool LLVMCreateJITCompiler(LLVMExecutionEngineRef *OutJIT,
115 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M,
119 LLVMBool LLVMRemoveModuleProvider(LLVMExecutionEngineRef EE,
[all …]
DBitReader.h38 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf,
41 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
48 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
53 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
58 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef,
64 LLVMBool LLVMGetBitcodeModuleProvider(LLVMMemoryBufferRef MemBuf,
DCore.h77 typedef int LLVMBool; typedef
492 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename,
637 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty);
747 LLVMBool IsVarArg);
752 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy);
800 unsigned ElementCount, LLVMBool Packed);
808 LLVMBool Packed);
830 unsigned ElementCount, LLVMBool Packed);
856 LLVMBool LLVMIsPackedStruct(LLVMTypeRef StructTy);
863 LLVMBool LLVMIsOpaqueStruct(LLVMTypeRef StructTy);
[all …]
DTargetMachine.h72 LLVMBool LLVMTargetHasJIT(LLVMTargetRef T);
75 LLVMBool LLVMTargetHasTargetMachine(LLVMTargetRef T);
78 LLVMBool LLVMTargetHasAsmBackend(LLVMTargetRef T);
114 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M,
DObject.h51 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef ObjectFile,
60 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef ObjectFile,
69 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI,
75 LLVMBool LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section,
DAnalysis.h45 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action,
50 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action);
DLinker.h35 LLVMBool LLVMLinkModules(LLVMModuleRef Dest, LLVMModuleRef Src,
DTarget.h133 static inline LLVMBool LLVMInitializeNativeTarget(void) { in LLVMInitializeNativeTarget()
/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp22 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, in LLVMParseBitcode()
28 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext()
48 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext()
66 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule()
73 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleProviderInContext()
83 LLVMBool LLVMGetBitcodeModuleProvider(LLVMMemoryBufferRef MemBuf, in LLVMGetBitcodeModuleProvider()
/external/llvm/include/llvm-c/Transforms/
DPassManagerBuilder.h50 LLVMBool Value);
55 LLVMBool Value);
60 LLVMBool Value);
80 LLVMBool Internalize,
81 LLVMBool RunInliner);
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp27 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt()
59 LLVMBool IsSigned) { in LLVMGenericValueToInt()
88 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE, in LLVMCreateExecutionEngineForModule()
103 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp, in LLVMCreateInterpreterForModule()
118 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT, in LLVMCreateJITCompilerForModule()
135 LLVMBool LLVMCreateExecutionEngine(LLVMExecutionEngineRef *OutEE, in LLVMCreateExecutionEngine()
144 LLVMBool LLVMCreateInterpreter(LLVMExecutionEngineRef *OutInterp, in LLVMCreateInterpreter()
153 LLVMBool LLVMCreateJITCompiler(LLVMExecutionEngineRef *OutJIT, in LLVMCreateJITCompiler()
212 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, in LLVMRemoveModule()
220 LLVMBool LLVMRemoveModuleProvider(LLVMExecutionEngineRef EE, in LLVMRemoveModuleProvider()
[all …]
/external/llvm/lib/Target/
DTargetMachineC.cpp49 LLVMBool LLVMTargetHasJIT(LLVMTargetRef T) { in LLVMTargetHasJIT()
53 LLVMBool LLVMTargetHasTargetMachine(LLVMTargetRef T) { in LLVMTargetHasTargetMachine()
57 LLVMBool LLVMTargetHasAsmBackend(LLVMTargetRef T) { in LLVMTargetHasAsmBackend()
152 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M, in LLVMTargetMachineEmitToFile()
/external/llvm/lib/Analysis/
DAnalysis.cpp80 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule()
84 LLVMBool Result = verifyModule(*unwrap(M), in LLVMVerifyModule()
94 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
/external/llvm/lib/IR/
DCore.cpp125 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename, in LLVMPrintModuleToFile()
198 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty) in LLVMTypeIsSized()
301 LLVMBool IsVarArg) { in LLVMFunctionType()
306 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) { in LLVMIsFunctionVarArg()
328 unsigned ElementCount, LLVMBool Packed) { in LLVMStructTypeInContext()
334 unsigned ElementCount, LLVMBool Packed) { in LLVMStructType()
353 unsigned ElementCount, LLVMBool Packed) { in LLVMStructSetBody()
369 LLVMBool LLVMIsPackedStruct(LLVMTypeRef StructTy) { in LLVMIsPackedStruct()
373 LLVMBool LLVMIsOpaqueStruct(LLVMTypeRef StructTy) { in LLVMIsOpaqueStruct()
529 LLVMBool LLVMIsConstant(LLVMValueRef Ty) { in LLVMIsConstant()
[all …]
/external/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp350 LLVMBool Value) { in LLVMPassManagerBuilderSetDisableUnitAtATime()
357 LLVMBool Value) { in LLVMPassManagerBuilderSetDisableUnrollLoops()
364 LLVMBool Value) { in LLVMPassManagerBuilderSetDisableSimplifyLibCalls()
394 LLVMBool Internalize, in LLVMPassManagerBuilderPopulateLTOPassManager()
395 LLVMBool RunInliner) { in LLVMPassManagerBuilderPopulateLTOPassManager()
/external/llvm/lib/Object/
DObject.cpp40 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef ObjectFile, in LLVMIsSectionIteratorAtEnd()
67 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef ObjectFile, in LLVMIsSymbolIteratorAtEnd()
107 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI, in LLVMGetSectionContainsSymbol()
125 LLVMBool LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section, in LLVMIsRelocationIteratorAtEnd()
/external/llvm/lib/Linker/
DLinkModules.cpp1314 LLVMBool LLVMLinkModules(LLVMModuleRef Dest, LLVMModuleRef Src, in LLVMLinkModules()
1317 LLVMBool Result = Linker::LinkModules(unwrap(Dest), unwrap(Src), in LLVMLinkModules()