/external/llvm/include/llvm-c/ |
D | ExecutionEngine.h | 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, [all …]
|
D | BitReader.h | 38 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,
|
D | TargetMachine.h | 72 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,
|
D | Core.h | 618 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 …]
|
D | Object.h | 49 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef ObjectFile, 58 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef ObjectFile, 67 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI, 73 LLVMBool LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section,
|
D | Target.h | 136 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()
|
D | Support.h | 29 typedef int LLVMBool; typedef 48 LLVMBool LLVMLoadLibraryPermanently(const char* Filename);
|
D | Analysis.h | 45 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, 50 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action);
|
D | IRReader.h | 32 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
|
D | Linker.h | 38 LLVMBool LLVMLinkModules(LLVMModuleRef Dest, LLVMModuleRef Src,
|
/external/llvm/include/llvm-c/Transforms/ |
D | PassManagerBuilder.h | 49 LLVMBool Value); 54 LLVMBool Value); 59 LLVMBool Value); 79 LLVMBool Internalize, 80 LLVMBool RunInliner);
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitReader.cpp | 25 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/ |
D | ExecutionEngineBindings.cpp | 40 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/ |
D | TargetMachineC.cpp | 72 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/ |
D | Analysis.cpp | 78 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/ |
D | Core.cpp | 184 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/ |
D | Object.cpp | 89 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/ |
D | PassManagerBuilder.cpp | 573 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/ |
D | DynamicLibrary.cpp | 178 LLVMBool LLVMLoadLibraryPermanently(const char* Filename) { in LLVMLoadLibraryPermanently()
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 46 LLVMBool isReadOnly) { in roundTripAllocateDataSection() 53 static LLVMBool roundTripFinalizeMemory(void *object, char **errMsg) { in roundTripFinalizeMemory()
|
/external/llvm/lib/IRReader/ |
D | IRReader.cpp | 99 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef, in LLVMParseIRInContext()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_misc.cpp | 244 LLVMBool
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 1777 LLVMBool LLVMLinkModules(LLVMModuleRef Dest, LLVMModuleRef Src, in LLVMLinkModules() 1784 LLVMBool Result = Linker::LinkModules( in LLVMLinkModules()
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 92 func boolToLLVMBool(b bool) C.LLVMBool { 94 return C.LLVMBool(1) 96 return C.LLVMBool(0)
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 752 LLVMBool LosesInfo; in llvm_float_of_const()
|