/external/llvm/include/llvm-c/ |
D | BitReader.h | 40 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);
|
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( 131 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, 134 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name, [all …]
|
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 | 522 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 …]
|
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 | Linker.h | 41 LLVMBool LLVMLinkModules(LLVMModuleRef Dest, LLVMModuleRef Src, 49 LLVMBool LLVMLinkModules2(LLVMModuleRef Dest, LLVMModuleRef Src);
|
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 | Support.h | 30 LLVMBool LLVMLoadLibraryPermanently(const char* Filename);
|
D | Types.h | 29 typedef int LLVMBool; typedef
|
/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 | 26 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/ |
D | TargetMachineC.cpp | 77 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/ |
D | Analysis.cpp | 84 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/ |
D | ExecutionEngineBindings.cpp | 41 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/ |
D | Core.cpp | 184 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/ |
D | Object.cpp | 89 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/ |
D | PassManagerBuilder.cpp | 666 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/ |
D | LinkModulesTest.cpp | 209 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/ |
D | module.c | 39 LLVMBool Ret; in load_module()
|
/external/llvm/lib/Support/ |
D | DynamicLibrary.cpp | 178 LLVMBool LLVMLoadLibraryPermanently(const char* Filename) { in LLVMLoadLibraryPermanently()
|
/external/llvm/lib/IRReader/ |
D | IRReader.cpp | 102 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 | 811 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()
|