Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
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(
114 LLVMBool LLVMCreateExecutionEngine(LLVMExecutionEngineRef *OutEE,
119 LLVMBool LLVMCreateInterpreter(LLVMExecutionEngineRef *OutInterp,
[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,
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.h618 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename,
771 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty);
896 LLVMBool IsVarArg);
901 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy);
949 unsigned ElementCount, LLVMBool Packed);
957 LLVMBool Packed);
979 unsigned ElementCount, LLVMBool Packed);
1005 LLVMBool LLVMIsPackedStruct(LLVMTypeRef StructTy);
1012 LLVMBool LLVMIsOpaqueStruct(LLVMTypeRef StructTy);
1287 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()
DSupport.h29 typedef int LLVMBool; typedef
48 LLVMBool LLVMLoadLibraryPermanently(const char* Filename);
DAnalysis.h45 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action,
50 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action);
DIRReader.h32 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
DLinker.h38 LLVMBool LLVMLinkModules(LLVMModuleRef Dest, LLVMModuleRef Src,
/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.cpp25 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, in LLVMParseBitcode()
31 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext()
60 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext()
84 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule()
91 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleProviderInContext()
101 LLVMBool LLVMGetBitcodeModuleProvider(LLVMMemoryBufferRef MemBuf, in LLVMGetBitcodeModuleProvider()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp40 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt()
72 LLVMBool IsSigned) { in LLVMGenericValueToInt()
101 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE, in LLVMCreateExecutionEngineForModule()
116 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp, in LLVMCreateInterpreterForModule()
131 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT, in LLVMCreateJITCompilerForModule()
158 LLVMBool LLVMCreateMCJITCompilerForModule( in LLVMCreateMCJITCompilerForModule()
201 LLVMBool LLVMCreateExecutionEngine(LLVMExecutionEngineRef *OutEE, in LLVMCreateExecutionEngine()
210 LLVMBool LLVMCreateInterpreter(LLVMExecutionEngineRef *OutInterp, in LLVMCreateInterpreter()
219 LLVMBool LLVMCreateJITCompiler(LLVMExecutionEngineRef *OutJIT, in LLVMCreateJITCompiler()
281 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, in LLVMRemoveModule()
[all …]
/external/llvm/lib/Target/
DTargetMachineC.cpp72 LLVMBool LLVMGetTargetFromTriple(const char* TripleStr, LLVMTargetRef *T, in LLVMGetTargetFromTriple()
96 LLVMBool LLVMTargetHasJIT(LLVMTargetRef T) { in LLVMTargetHasJIT()
100 LLVMBool LLVMTargetHasTargetMachine(LLVMTargetRef T) { in LLVMTargetHasTargetMachine()
104 LLVMBool LLVMTargetHasAsmBackend(LLVMTargetRef T) { in LLVMTargetHasAsmBackend()
181 LLVMBool VerboseAsm) { in LLVMSetTargetMachineAsmVerbosity()
185 static LLVMBool LLVMTargetMachineEmit(LLVMTargetMachineRef T, LLVMModuleRef M, in LLVMTargetMachineEmit()
226 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M, in LLVMTargetMachineEmitToFile()
239 LLVMBool LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T, in LLVMTargetMachineEmitToMemoryBuffer()
/external/llvm/lib/Analysis/
DAnalysis.cpp78 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule()
84 LLVMBool Result = verifyModule(*unwrap(M), OutMessages ? &MsgsOS : DebugOS); in LLVMVerifyModule()
99 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
100 LLVMBool Result = verifyFunction( in LLVMVerifyFunction()
/external/llvm/lib/IR/
DCore.cpp184 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename, in LLVMPrintModuleToFile()
269 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty) in LLVMTypeIsSized()
390 LLVMBool IsVarArg) { in LLVMFunctionType()
395 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) { in LLVMIsFunctionVarArg()
417 unsigned ElementCount, LLVMBool Packed) { in LLVMStructTypeInContext()
423 unsigned ElementCount, LLVMBool Packed) { in LLVMStructType()
442 unsigned ElementCount, LLVMBool Packed) { in LLVMStructSetBody()
458 LLVMBool LLVMIsPackedStruct(LLVMTypeRef StructTy) { in LLVMIsPackedStruct()
462 LLVMBool LLVMIsOpaqueStruct(LLVMTypeRef StructTy) { in LLVMIsOpaqueStruct()
691 LLVMBool LLVMIsConstant(LLVMValueRef Ty) { in LLVMIsConstant()
[all …]
/external/llvm/lib/Object/
DObject.cpp89 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSectionIteratorAtEnd()
116 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSymbolIteratorAtEnd()
149 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI, in LLVMGetSectionContainsSymbol()
164 LLVMBool LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section, in LLVMIsRelocationIteratorAtEnd()
/external/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp573 LLVMBool Value) { in LLVMPassManagerBuilderSetDisableUnitAtATime()
580 LLVMBool Value) { in LLVMPassManagerBuilderSetDisableUnrollLoops()
587 LLVMBool Value) { in LLVMPassManagerBuilderSetDisableSimplifyLibCalls()
616 LLVMBool Internalize, in LLVMPassManagerBuilderPopulateLTOPassManager()
617 LLVMBool RunInliner) { in LLVMPassManagerBuilderPopulateLTOPassManager()
/external/llvm/lib/Support/
DDynamicLibrary.cpp178 LLVMBool LLVMLoadLibraryPermanently(const char* Filename) { in LLVMLoadLibraryPermanently()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp46 LLVMBool isReadOnly) { in roundTripAllocateDataSection()
53 static LLVMBool roundTripFinalizeMemory(void *object, char **errMsg) { in roundTripFinalizeMemory()
/external/llvm/lib/IRReader/
DIRReader.cpp99 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef, in LLVMParseIRInContext()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp244 LLVMBool
/external/llvm/lib/Linker/
DLinkModules.cpp1777 LLVMBool LLVMLinkModules(LLVMModuleRef Dest, LLVMModuleRef Src, in LLVMLinkModules()
1784 LLVMBool Result = Linker::LinkModules( in LLVMLinkModules()
/external/llvm/bindings/go/llvm/
Dir.go92 func boolToLLVMBool(b bool) C.LLVMBool {
94 return C.LLVMBool(1)
96 return C.LLVMBool(0)
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c752 LLVMBool LosesInfo; in llvm_float_of_const()