| /llvm-project-15.0.7/llvm/include/llvm-c/Transforms/ |
| H A D | PassBuilder.h | 67 LLVMBool VerifyEach); 73 LLVMBool DebugLogging); 76 LLVMPassBuilderOptionsRef Options, LLVMBool LoopInterleaving); 79 LLVMPassBuilderOptionsRef Options, LLVMBool LoopVectorization); 82 LLVMPassBuilderOptionsRef Options, LLVMBool SLPVectorization); 85 LLVMBool LoopUnrolling); 88 LLVMPassBuilderOptionsRef Options, LLVMBool ForgetAllSCEVInLoopUnroll); 97 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile); 100 LLVMBool MergeFunctions);
|
| H A D | PassManagerBuilder.h | 48 LLVMBool Value); 53 LLVMBool Value); 58 LLVMBool Value);
|
| H A D | IPO.h | 79 LLVMBool (*MustPreserve)(LLVMValueRef, void *));
|
| /llvm-project-15.0.7/llvm/include/llvm-c/ |
| H A D | ExecutionEngine.h | 46 LLVMBool NoFramePointerElim; 47 LLVMBool EnableFastISel; 55 LLVMBool IsSigned); 64 LLVMBool IsSigned); 82 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT, 107 LLVMBool LLVMCreateMCJITCompilerForModule( 130 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, 133 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name, 154 LLVMBool LLVMExecutionEngineGetErrMsg(LLVMExecutionEngineRef EE, 164 const char *SectionName, LLVMBool IsReadOnly); [all …]
|
| H A D | BitReader.h | 39 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, 71 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef, 76 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, 79 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM);
|
| H A D | Core.h | 1128 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty); 1322 LLVMBool Packed); 1746 LLVMBool LLVMIsConstant(LLVMValueRef Val); 1751 LLVMBool LLVMIsUndef(LLVMValueRef Val); 1756 LLVMBool LLVMIsPoison(LLVMValueRef Val); 1928 LLVMBool LLVMIsNull(LLVMValueRef Val); 2074 LLVMBool LLVMIsConstantString(LLVMValueRef c); 2241 LLVMBool HasSideEffects, LLVMBool IsAlignStack); 3545 LLVMBool LLVMIsInBounds(LLVMValueRef GEP); 4241 LLVMBool LLVMStartMultithreaded(void); [all …]
|
| H A D | TargetMachine.h | 82 LLVMBool LLVMGetTargetFromTriple(const char* Triple, LLVMTargetRef *T, 92 LLVMBool LLVMTargetHasJIT(LLVMTargetRef T); 95 LLVMBool LLVMTargetHasTargetMachine(LLVMTargetRef T); 98 LLVMBool LLVMTargetHasAsmBackend(LLVMTargetRef T); 133 LLVMBool VerboseAsm); 138 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M, 144 LLVMBool LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T, LLVMModuleRef M,
|
| H A D | Object.h | 140 LLVMBool LLVMObjectFileIsSectionIteratorAtEnd(LLVMBinaryRef BR, 161 LLVMBool LLVMObjectFileIsSymbolIteratorAtEnd(LLVMBinaryRef BR, 179 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI, 185 LLVMBool LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section, 217 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef ObjectFile, 224 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef ObjectFile,
|
| H A D | DebugInfo.h | 210 LLVMBool LLVMStripModuleDebugInfo(LLVMModuleRef Module); 278 LLVMBool isOptimized, const char *Flags, size_t FlagsLen, 281 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen, 331 LLVMBool ExportSymbols); 355 LLVMBool IsLocalToUnit, LLVMBool IsDefinition, 356 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized); 601 LLVMBool IsUnsigned); 1139 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit, 1231 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit, 1312 LLVMBool AlwaysPreserve, LLVMDIFlags Flags, uint32_t AlignInBits); [all …]
|
| H A D | Target.h | 131 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()
|
| H A D | Analysis.h | 44 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, 49 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action);
|
| H A D | IRReader.h | 38 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
|
| H A D | Linker.h | 41 LLVMBool LLVMLinkModules2(LLVMModuleRef Dest, LLVMModuleRef Src);
|
| H A D | Support.h | 35 LLVMBool LLVMLoadLibraryPermanently(const char* Filename);
|
| H A D | Types.h | 28 typedef int LLVMBool; typedef
|
| H A D | Remarks.h | 309 extern LLVMBool LLVMRemarkParserHasError(LLVMRemarkParserRef Parser);
|
| /llvm-project-15.0.7/llvm/lib/Passes/ |
| H A D | PassBuilderBindings.cpp | 87 LLVMBool VerifyEach) { in LLVMPassBuilderOptionsSetVerifyEach() 92 LLVMBool DebugLogging) { in LLVMPassBuilderOptionsSetDebugLogging() 97 LLVMPassBuilderOptionsRef Options, LLVMBool LoopInterleaving) { in LLVMPassBuilderOptionsSetLoopInterleaving() 102 LLVMPassBuilderOptionsRef Options, LLVMBool LoopVectorization) { in LLVMPassBuilderOptionsSetLoopVectorization() 107 LLVMPassBuilderOptionsRef Options, LLVMBool SLPVectorization) { in LLVMPassBuilderOptionsSetSLPVectorization() 112 LLVMBool LoopUnrolling) { in LLVMPassBuilderOptionsSetLoopUnrolling() 117 LLVMPassBuilderOptionsRef Options, LLVMBool ForgetAllSCEVInLoopUnroll) { in LLVMPassBuilderOptionsSetForgetAllSCEVInLoopUnroll() 133 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile) { in LLVMPassBuilderOptionsSetCallGraphProfile() 138 LLVMBool MergeFunctions) { in LLVMPassBuilderOptionsSetMergeFunctions()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | BitReader.cpp | 23 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule, in LLVMParseBitcode() 29 LLVMBool LLVMParseBitcode2(LLVMMemoryBufferRef MemBuf, in LLVMParseBitcode2() 34 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext() 57 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext2() 77 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext() 104 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext2() 123 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule() 129 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, in LLVMGetBitcodeModule2()
|
| /llvm-project-15.0.7/llvm/lib/Target/ |
| H A D | TargetMachineC.cpp | 62 LLVMBool LLVMGetTargetFromTriple(const char* TripleStr, LLVMTargetRef *T, in LLVMGetTargetFromTriple() 86 LLVMBool LLVMTargetHasJIT(LLVMTargetRef T) { in LLVMTargetHasJIT() 90 LLVMBool LLVMTargetHasTargetMachine(LLVMTargetRef T) { in LLVMTargetHasTargetMachine() 94 LLVMBool LLVMTargetHasAsmBackend(LLVMTargetRef T) { in LLVMTargetHasAsmBackend() 173 LLVMBool VerboseAsm) { in LLVMSetTargetMachineAsmVerbosity() 181 static LLVMBool LLVMTargetMachineEmit(LLVMTargetMachineRef T, LLVMModuleRef M, in LLVMTargetMachineEmit() 215 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M, in LLVMTargetMachineEmitToFile() 230 LLVMBool LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T, in LLVMTargetMachineEmitToMemoryBuffer()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 42 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() 260 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, in LLVMRemoveModule() 268 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name, in LLVMFindFunction() 310 LLVMBool LLVMExecutionEngineGetErrMsg(LLVMExecutionEngineRef EE, in LLVMExecutionEngineGetErrMsg()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | Analysis.cpp | 100 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule() 106 LLVMBool Result = verifyModule(*unwrap(M), OutMessages ? &MsgsOS : DebugOS); in LLVMVerifyModule() 121 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction() 122 LLVMBool Result = verifyFunction( in LLVMVerifyFunction()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Core.cpp | 209 LLVMBool LLVMIsEnumAttribute(LLVMAttributeRef A) { in LLVMIsEnumAttribute() 550 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty) in LLVMTypeIsSized() 1096 LLVMBool LLVMIsConstant(LLVMValueRef Ty) { in LLVMIsConstant() 1100 LLVMBool LLVMIsNull(LLVMValueRef Val) { in LLVMIsNull() 1106 LLVMBool LLVMIsUndef(LLVMValueRef Val) { in LLVMIsUndef() 1110 LLVMBool LLVMIsPoison(LLVMValueRef Val) { in LLVMIsPoison() 2903 LLVMBool LLVMIsTailCall(LLVMValueRef Call) { in LLVMIsTailCall() 2981 LLVMBool LLVMIsInBounds(LLVMValueRef GEP) { in LLVMIsInBounds() 4121 LLVMBool RequiresNullTerminator) { in LLVMCreateMemoryBufferWithMemoryRange() 4193 LLVMBool LLVMStartMultithreaded() { in LLVMStartMultithreaded() [all …]
|
| H A D | DebugInfo.cpp | 898 LLVMBool LLVMStripModuleDebugInfo(LLVMModuleRef M) { in LLVMStripModuleDebugInfo() 918 LLVMBool isOptimized, const char *Flags, size_t FlagsLen, in LLVMDIBuilderCreateCompileUnit() 921 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen, in LLVMDIBuilderCreateCompileUnit() 959 LLVMBool ExportSymbols) { in LLVMDIBuilderCreateNameSpace() 968 LLVMBool IsLocalToUnit, LLVMBool IsDefinition, in LLVMDIBuilderCreateFunction() 969 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized) { in LLVMDIBuilderCreateFunction() 1120 LLVMBool IsUnsigned) { in LLVMDIBuilderCreateEnumerator() 1452 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit, in LLVMDIBuilderCreateGlobalVariableExpression() 1502 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit, in LLVMDIBuilderCreateTempGlobalVariableFwdDecl() 1556 LLVMBool AlwaysPreserve, LLVMDIFlags Flags, uint32_t AlignInBits) { in LLVMDIBuilderCreateAutoVariable() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | Object.cpp | 160 LLVMBool LLVMObjectFileIsSectionIteratorAtEnd(LLVMBinaryRef BR, in LLVMObjectFileIsSectionIteratorAtEnd() 174 LLVMBool LLVMObjectFileIsSymbolIteratorAtEnd(LLVMBinaryRef BR, in LLVMObjectFileIsSymbolIteratorAtEnd() 211 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSectionIteratorAtEnd() 244 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSymbolIteratorAtEnd() 277 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI, in LLVMGetSectionContainsSymbol() 292 LLVMBool LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section, in LLVMIsRelocationIteratorAtEnd()
|
| /llvm-project-15.0.7/llvm/bindings/go/llvm/ |
| H A D | dibuilder.go | 143 C.LLVMBool(boolToCInt(cu.Optimized)), 149 /*SplitDebugInlining*/ C.LLVMBool(boolToCInt(true)), 150 /*DebugInfoForProfiling*/ C.LLVMBool(boolToCInt(false)), 222 C.LLVMBool(boolToCInt(f.LocalToUnit)), 223 C.LLVMBool(boolToCInt(f.IsDefinition)), 226 C.LLVMBool(boolToCInt(f.Optimized)), 253 C.LLVMBool(boolToCInt(v.AlwaysPreserve)), 286 C.LLVMBool(boolToCInt(v.AlwaysPreserve)),
|