Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm-c/
DBitReader.h40 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule,
45 LLVMBool LLVMParseBitcode2(LLVMMemoryBufferRef MemBuf,
49 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
53 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef,
61 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
67 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef,
72 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
75 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM);
DExecutionEngine.h47 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(
131 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M,
134 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name,
[all …]
DTargetMachine.h72 LLVMBool LLVMGetTargetFromTriple(const char* Triple, LLVMTargetRef *T,
82 LLVMBool LLVMTargetHasJIT(LLVMTargetRef T);
85 LLVMBool LLVMTargetHasTargetMachine(LLVMTargetRef T);
88 LLVMBool LLVMTargetHasAsmBackend(LLVMTargetRef T);
123 LLVMBool VerboseAsm);
128 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M,
132 LLVMBool LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T, LLVMModuleRef M,
DCore.h522 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename,
675 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty);
802 LLVMBool IsVarArg);
807 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy);
855 unsigned ElementCount, LLVMBool Packed);
863 LLVMBool Packed);
885 unsigned ElementCount, LLVMBool Packed);
918 LLVMBool LLVMIsPackedStruct(LLVMTypeRef StructTy);
925 LLVMBool LLVMIsOpaqueStruct(LLVMTypeRef StructTy);
1205 LLVMBool LLVMIsConstant(LLVMValueRef Val);
[all …]
DObject.h49 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef ObjectFile,
58 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef ObjectFile,
67 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI,
73 LLVMBool LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section,
DTarget.h136 static inline LLVMBool LLVMInitializeNativeTarget(void) { in LLVMInitializeNativeTarget()
151 static inline LLVMBool LLVMInitializeNativeAsmParser(void) { in LLVMInitializeNativeAsmParser()
163 static inline LLVMBool LLVMInitializeNativeAsmPrinter(void) { in LLVMInitializeNativeAsmPrinter()
175 static inline LLVMBool LLVMInitializeNativeDisassembler(void) { in LLVMInitializeNativeDisassembler()
DLinker.h41 LLVMBool LLVMLinkModules(LLVMModuleRef Dest, LLVMModuleRef Src,
49 LLVMBool LLVMLinkModules2(LLVMModuleRef Dest, LLVMModuleRef Src);
DAnalysis.h45 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action,
50 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action);
DIRReader.h32 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
DSupport.h30 LLVMBool LLVMLoadLibraryPermanently(const char* Filename);
DTypes.h29 typedef int LLVMBool; typedef
/external/llvm/include/llvm-c/Transforms/
DPassManagerBuilder.h49 LLVMBool Value);
54 LLVMBool Value);
59 LLVMBool Value);
79 LLVMBool Internalize,
80 LLVMBool RunInliner);
/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp26 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule, in LLVMParseBitcode()
32 LLVMBool LLVMParseBitcode2(LLVMMemoryBufferRef MemBuf, in LLVMParseBitcode2()
45 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext()
73 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext2()
92 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext()
121 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext2()
140 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule()
146 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, in LLVMGetBitcodeModule2()
/external/llvm/lib/Target/
DTargetMachineC.cpp77 LLVMBool LLVMGetTargetFromTriple(const char* TripleStr, LLVMTargetRef *T, in LLVMGetTargetFromTriple()
101 LLVMBool LLVMTargetHasJIT(LLVMTargetRef T) { in LLVMTargetHasJIT()
105 LLVMBool LLVMTargetHasTargetMachine(LLVMTargetRef T) { in LLVMTargetHasTargetMachine()
109 LLVMBool LLVMTargetHasAsmBackend(LLVMTargetRef T) { in LLVMTargetHasAsmBackend()
184 LLVMBool VerboseAsm) { in LLVMSetTargetMachineAsmVerbosity()
188 static LLVMBool LLVMTargetMachineEmit(LLVMTargetMachineRef T, LLVMModuleRef M, in LLVMTargetMachineEmit()
222 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M, in LLVMTargetMachineEmitToFile()
235 LLVMBool LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T, in LLVMTargetMachineEmitToMemoryBuffer()
/external/llvm/lib/Analysis/
DAnalysis.cpp84 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule()
90 LLVMBool Result = verifyModule(*unwrap(M), OutMessages ? &MsgsOS : DebugOS); in LLVMVerifyModule()
105 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
106 LLVMBool Result = verifyFunction( in LLVMVerifyFunction()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp41 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt()
73 LLVMBool IsSigned) { in LLVMGenericValueToInt()
102 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE, in LLVMCreateExecutionEngineForModule()
117 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp, in LLVMCreateInterpreterForModule()
132 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT, in LLVMCreateJITCompilerForModule()
159 LLVMBool LLVMCreateMCJITCompilerForModule( in LLVMCreateMCJITCompilerForModule()
256 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, in LLVMRemoveModule()
264 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name, in LLVMFindFunction()
/external/llvm/lib/IR/
DCore.cpp184 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename, in LLVMPrintModuleToFile()
271 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty) in LLVMTypeIsSized()
401 LLVMBool IsVarArg) { in LLVMFunctionType()
406 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) { in LLVMIsFunctionVarArg()
428 unsigned ElementCount, LLVMBool Packed) { in LLVMStructTypeInContext()
434 unsigned ElementCount, LLVMBool Packed) { in LLVMStructType()
453 unsigned ElementCount, LLVMBool Packed) { in LLVMStructSetBody()
474 LLVMBool LLVMIsPackedStruct(LLVMTypeRef StructTy) { in LLVMIsPackedStruct()
478 LLVMBool LLVMIsOpaqueStruct(LLVMTypeRef StructTy) { in LLVMIsOpaqueStruct()
707 LLVMBool LLVMIsConstant(LLVMValueRef Ty) { in LLVMIsConstant()
[all …]
/external/llvm/lib/Object/
DObject.cpp89 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSectionIteratorAtEnd()
118 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSymbolIteratorAtEnd()
151 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI, in LLVMGetSectionContainsSymbol()
166 LLVMBool LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section, in LLVMIsRelocationIteratorAtEnd()
/external/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp666 LLVMBool Value) { in LLVMPassManagerBuilderSetDisableUnitAtATime()
673 LLVMBool Value) { in LLVMPassManagerBuilderSetDisableUnrollLoops()
680 LLVMBool Value) { in LLVMPassManagerBuilderSetDisableSimplifyLibCalls()
709 LLVMBool Internalize, in LLVMPassManagerBuilderPopulateLTOPassManager()
710 LLVMBool RunInliner) { in LLVMPassManagerBuilderPopulateLTOPassManager()
/external/llvm/unittests/Linker/
DLinkModulesTest.cpp209 LLVMBool result = LLVMLinkModules(wrap(DestM.get()), wrap(SourceM.get()), in TEST_F()
222 LLVMBool result = LLVMLinkModules(wrap(DestM.get()), wrap(SourceM.get()), in TEST_F()
232 LLVMBool Result = in TEST_F()
254 LLVMBool Result = in TEST_F()
/external/llvm/tools/llvm-c-test/
Dmodule.c39 LLVMBool Ret; in load_module()
/external/llvm/lib/Support/
DDynamicLibrary.cpp178 LLVMBool LLVMLoadLibraryPermanently(const char* Filename) { in LLVMLoadLibraryPermanently()
/external/llvm/lib/IRReader/
DIRReader.cpp102 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef, in LLVMParseIRInContext()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp244 LLVMBool
/external/llvm/lib/Linker/
DLinkModules.cpp811 LLVMBool LLVMLinkModules(LLVMModuleRef Dest, LLVMModuleRef Src, in LLVMLinkModules()
824 LLVMBool Result = L.linkInModuleForCAPI(*M); in LLVMLinkModules()
833 LLVMBool LLVMLinkModules2(LLVMModuleRef Dest, LLVMModuleRef Src) { in LLVMLinkModules2()

12