Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DExecutionEngine.h46 LLVMBool NoFramePointerElim;
47 LLVMBool EnableFastISel;
55 LLVMBool IsSigned);
64 LLVMBool IsSigned);
74 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE,
78 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp,
82 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT,
107 LLVMBool LLVMCreateMCJITCompilerForModule(
130 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M,
133 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name,
[all …]
DBitReader.h39 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule,
44 LLVMBool LLVMParseBitcode2(LLVMMemoryBufferRef MemBuf,
48 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
52 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef,
60 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
66 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef,
71 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
74 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM);
DTargetMachine.h76 LLVMBool LLVMGetTargetFromTriple(const char* Triple, LLVMTargetRef *T,
86 LLVMBool LLVMTargetHasJIT(LLVMTargetRef T);
89 LLVMBool LLVMTargetHasTargetMachine(LLVMTargetRef T);
92 LLVMBool LLVMTargetHasAsmBackend(LLVMTargetRef T);
127 LLVMBool VerboseAsm);
132 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M,
136 LLVMBool LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T, LLVMModuleRef M,
DCore.h533 LLVMBool LLVMContextShouldDiscardValueNames(LLVMContextRef C);
543 void LLVMContextSetDiscardValueNames(LLVMContextRef C, LLVMBool Discard);
623 LLVMBool LLVMIsEnumAttribute(LLVMAttributeRef A);
624 LLVMBool LLVMIsStringAttribute(LLVMAttributeRef A);
817 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename,
857 LLVMBool HasSideEffects, LLVMBool IsAlignStack,
1094 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty);
1221 LLVMBool IsVarArg);
1226 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy);
1274 unsigned ElementCount, LLVMBool Packed);
[all …]
DObject.h138 LLVMBool LLVMObjectFileIsSectionIteratorAtEnd(LLVMBinaryRef BR,
159 LLVMBool LLVMObjectFileIsSymbolIteratorAtEnd(LLVMBinaryRef BR,
177 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI,
183 LLVMBool LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section,
215 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef ObjectFile,
222 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef ObjectFile,
DDebugInfo.h200 LLVMBool LLVMStripModuleDebugInfo(LLVMModuleRef Module);
257 LLVMBool isOptimized, const char *Flags, size_t FlagsLen,
259 LLVMDWARFEmissionKind Kind, unsigned DWOId, LLVMBool SplitDebugInlining,
260 LLVMBool DebugInfoForProfiling);
309 LLVMBool ExportSymbols);
333 LLVMBool IsLocalToUnit, LLVMBool IsDefinition,
334 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized);
579 LLVMBool IsUnsigned);
1117 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit,
1209 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit,
[all …]
DTarget.h131 static inline LLVMBool LLVMInitializeNativeTarget(void) { in LLVMInitializeNativeTarget()
146 static inline LLVMBool LLVMInitializeNativeAsmParser(void) { in LLVMInitializeNativeAsmParser()
158 static inline LLVMBool LLVMInitializeNativeAsmPrinter(void) { in LLVMInitializeNativeAsmPrinter()
170 static inline LLVMBool LLVMInitializeNativeDisassembler(void) { in LLVMInitializeNativeDisassembler()
DAnalysis.h44 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action,
49 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action);
DIRReader.h31 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
DLinker.h34 LLVMBool LLVMLinkModules2(LLVMModuleRef Dest, LLVMModuleRef Src);
DSupport.h29 LLVMBool LLVMLoadLibraryPermanently(const char* Filename);
DTypes.h28 typedef int LLVMBool; typedef
DRemarks.h309 extern LLVMBool LLVMRemarkParserHasError(LLVMRemarkParserRef Parser);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitReader.cpp24 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule, in LLVMParseBitcode()
30 LLVMBool LLVMParseBitcode2(LLVMMemoryBufferRef MemBuf, in LLVMParseBitcode2()
35 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext()
58 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext2()
78 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext()
105 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext2()
124 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule()
130 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, in LLVMGetBitcodeModule2()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/Transforms/
DPassManagerBuilder.h48 LLVMBool Value);
53 LLVMBool Value);
58 LLVMBool Value);
78 LLVMBool Internalize,
79 LLVMBool RunInliner);
DIPO.h85 LLVMBool (*MustPreserve)(LLVMValueRef, void *));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachineC.cpp66 LLVMBool LLVMGetTargetFromTriple(const char* TripleStr, LLVMTargetRef *T, in LLVMGetTargetFromTriple()
90 LLVMBool LLVMTargetHasJIT(LLVMTargetRef T) { in LLVMTargetHasJIT()
94 LLVMBool LLVMTargetHasTargetMachine(LLVMTargetRef T) { in LLVMTargetHasTargetMachine()
98 LLVMBool LLVMTargetHasAsmBackend(LLVMTargetRef T) { in LLVMTargetHasAsmBackend()
177 LLVMBool VerboseAsm) { in LLVMSetTargetMachineAsmVerbosity()
185 static LLVMBool LLVMTargetMachineEmit(LLVMTargetMachineRef T, LLVMModuleRef M, in LLVMTargetMachineEmit()
219 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M, in LLVMTargetMachineEmitToFile()
232 LLVMBool LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T, in LLVMTargetMachineEmitToMemoryBuffer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAnalysis.cpp98 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule()
104 LLVMBool Result = verifyModule(*unwrap(M), OutMessages ? &MsgsOS : DebugOS); in LLVMVerifyModule()
119 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
120 LLVMBool Result = verifyFunction( in LLVMVerifyFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp42 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt()
74 LLVMBool IsSigned) { in LLVMGenericValueToInt()
103 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE, in LLVMCreateExecutionEngineForModule()
118 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp, in LLVMCreateInterpreterForModule()
133 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT, in LLVMCreateJITCompilerForModule()
160 LLVMBool LLVMCreateMCJITCompilerForModule( in LLVMCreateMCJITCompilerForModule()
261 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, in LLVMRemoveModule()
269 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name, in LLVMFindFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DObject.cpp157 LLVMBool LLVMObjectFileIsSectionIteratorAtEnd(LLVMBinaryRef BR, in LLVMObjectFileIsSectionIteratorAtEnd()
171 LLVMBool LLVMObjectFileIsSymbolIteratorAtEnd(LLVMBinaryRef BR, in LLVMObjectFileIsSymbolIteratorAtEnd()
208 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSectionIteratorAtEnd()
242 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSymbolIteratorAtEnd()
275 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI, in LLVMGetSectionContainsSymbol()
290 LLVMBool LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section, in LLVMIsRelocationIteratorAtEnd()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp109 LLVMBool LLVMContextShouldDiscardValueNames(LLVMContextRef C) { in LLVMContextShouldDiscardValueNames()
113 void LLVMContextSetDiscardValueNames(LLVMContextRef C, LLVMBool Discard) { in LLVMContextSetDiscardValueNames()
187 LLVMBool LLVMIsEnumAttribute(LLVMAttributeRef A) { in LLVMIsEnumAttribute()
192 LLVMBool LLVMIsStringAttribute(LLVMAttributeRef A) { in LLVMIsStringAttribute()
395 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename, in LLVMPrintModuleToFile()
449 LLVMBool HasSideEffects, LLVMBool IsAlignStack, in LLVMGetInlineAsm()
517 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty) in LLVMTypeIsSized()
644 LLVMBool IsVarArg) { in LLVMFunctionType()
649 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) { in LLVMIsFunctionVarArg()
671 unsigned ElementCount, LLVMBool Packed) { in LLVMStructTypeInContext()
[all …]
DDebugInfo.cpp742 LLVMBool LLVMStripModuleDebugInfo(LLVMModuleRef M) { in LLVMStripModuleDebugInfo()
757 LLVMBool isOptimized, const char *Flags, size_t FlagsLen, in LLVMDIBuilderCreateCompileUnit()
759 LLVMDWARFEmissionKind Kind, unsigned DWOId, LLVMBool SplitDebugInlining, in LLVMDIBuilderCreateCompileUnit()
760 LLVMBool DebugInfoForProfiling) { in LLVMDIBuilderCreateCompileUnit()
796 LLVMBool ExportSymbols) { in LLVMDIBuilderCreateNameSpace()
805 LLVMBool IsLocalToUnit, LLVMBool IsDefinition, in LLVMDIBuilderCreateFunction()
806 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized) { in LLVMDIBuilderCreateFunction()
955 LLVMBool IsUnsigned) { in LLVMDIBuilderCreateEnumerator()
1287 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit, in LLVMDIBuilderCreateGlobalVariableExpression()
1337 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit, in LLVMDIBuilderCreateTempGlobalVariableFwdDecl()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm-c/
DSupport.h30 LLVMBool LLVMLoadLibraryPermanently(const char* Filename);
DTypes.h29 typedef int LLVMBool; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp1134 LLVMBool Value) { in LLVMPassManagerBuilderSetDisableUnitAtATime()
1140 LLVMBool Value) { in LLVMPassManagerBuilderSetDisableUnrollLoops()
1147 LLVMBool Value) { in LLVMPassManagerBuilderSetDisableSimplifyLibCalls()
1176 LLVMBool Internalize, in LLVMPassManagerBuilderPopulateLTOPassManager()
1177 LLVMBool RunInliner) { in LLVMPassManagerBuilderPopulateLTOPassManager()

12