/llvm-project/llvm/include/llvm-c/ |
H A D | ExecutionEngine.h | 46 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 …]
|
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 | 613 LLVMBool LLVMContextShouldDiscardValueNames(LLVMContextRef C); 623 void LLVMContextSetDiscardValueNames(LLVMContextRef C, LLVMBool Discard); 731 LLVMBool LLVMIsEnumAttribute(LLVMAttributeRef A); 732 LLVMBool LLVMIsStringAttribute(LLVMAttributeRef A); 733 LLVMBool LLVMIsTypeAttribute(LLVMAttributeRef A); 794 LLVMBool LLVMIsNewDbgInfoFormat(LLVMModuleRef M); 802 void LLVMSetIsNewDbgInfoFormat(LLVMModuleRef M, LLVMBool UseNewFormat); 949 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename, 988 size_t ConstraintsSize, LLVMBool HasSideEffects, 989 LLVMBool IsAlignStac [all...] |
H A D | TargetMachine.h | 89 LLVMBool LLVMGetTargetFromTriple(const char* Triple, LLVMTargetRef *T, 99 LLVMBool LLVMTargetHasJIT(LLVMTargetRef T); 102 LLVMBool LLVMTargetHasTargetMachine(LLVMTargetRef T); 105 LLVMBool LLVMTargetHasAsmBackend(LLVMTargetRef T); 189 LLVMBool VerboseAsm); 192 void LLVMSetTargetMachineFastISel(LLVMTargetMachineRef T, LLVMBool Enable); 195 void LLVMSetTargetMachineGlobalISel(LLVMTargetMachineRef T, LLVMBool Enable); 204 LLVMBool Enable); 209 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M, 215 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 | 235 LLVMBool LLVMStripModuleDebugInfo(LLVMModuleRef Module); 303 LLVMBool isOptimized, const char *Flags, size_t FlagsLen, 305 LLVMDWARFEmissionKind Kind, unsigned DWOId, LLVMBool SplitDebugInlining, 306 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen, 356 LLVMBool ExportSymbols); 380 LLVMBool IsLocalToUnit, LLVMBool IsDefinition, 381 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized); 626 LLVMBool IsUnsigned); 882 LLVMBool Implici [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/llvm/include/llvm-c/Transforms/ |
H A D | PassBuilder.h | 77 LLVMBool VerifyEach); 83 LLVMBool DebugLogging); 94 LLVMPassBuilderOptionsRef Options, LLVMBool LoopInterleaving); 97 LLVMPassBuilderOptionsRef Options, LLVMBool LoopVectorization); 100 LLVMPassBuilderOptionsRef Options, LLVMBool SLPVectorization); 103 LLVMBool LoopUnrolling); 106 LLVMPassBuilderOptionsRef Options, LLVMBool ForgetAllSCEVInLoopUnroll); 115 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile); 118 LLVMBool MergeFunctions);
|
/llvm-project/llvm/lib/Passes/ |
H A D | PassBuilderBindings.cpp | 124 LLVMBool VerifyEach) { in LLVMPassBuilderOptionsSetLicmMssaOptCap() 129 LLVMBool DebugLogging) { in LLVMPassBuilderOptionsSetLicmMssaNoAccForPromotionCap() 139 LLVMPassBuilderOptionsRef Options, LLVMBool LoopInterleaving) { in LLVMPassBuilderOptionsSetMergeFunctions() 144 LLVMPassBuilderOptionsRef Options, LLVMBool LoopVectorization) { in LLVMPassBuilderOptionsSetInlinerThreshold() 149 LLVMPassBuilderOptionsRef Options, LLVMBool SLPVectorization) { in LLVMDisposePassBuilderOptions() 154 LLVMBool LoopUnrolling) { 159 LLVMPassBuilderOptionsRef Options, LLVMBool ForgetAllSCEVInLoopUnroll) { 175 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile) { 180 LLVMBool MergeFunctions) {
|
/llvm-project/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/llvm/lib/Target/ |
H A D | TargetMachineC.cpp | 82 LLVMBool LLVMGetTargetFromTriple(const char* TripleStr, LLVMTargetRef *T, in LLVMGetTargetFromTriple() 106 LLVMBool LLVMTargetHasJIT(LLVMTargetRef T) { in LLVMTargetHasJIT() 110 LLVMBool LLVMTargetHasTargetMachine(LLVMTargetRef T) { in LLVMTargetHasTargetMachine() 114 LLVMBool LLVMTargetHasAsmBackend(LLVMTargetRef T) { in LLVMTargetHasAsmBackend() 251 LLVMBool VerboseAsm) { in LLVMSetTargetMachineAsmVerbosity() 255 void LLVMSetTargetMachineFastISel(LLVMTargetMachineRef T, LLVMBool Enable) { in LLVMSetTargetMachineFastISel() 259 void LLVMSetTargetMachineGlobalISel(LLVMTargetMachineRef T, LLVMBool Enable) { in LLVMSetTargetMachineGlobalISel() 282 LLVMBool Enable) { in LLVMSetTargetMachineMachineOutliner() 290 static LLVMBool LLVMTargetMachineEmit(LLVMTargetMachineRef T, LLVMModuleRef M, in LLVMTargetMachineEmit() 324 LLVMBool LLVMTargetMachineEmitToFil [all...] |
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsMCJITLikeMemoryManager/ |
H A D | OrcV2CBindingsMCJITLikeMemoryManager.c | 36 LLVMBool IsCode; 46 void *addSection(size_t Size, LLVMBool IsCode) { in addSection() 93 unsigned Id, const char *Name, LLVMBool ReadOnly) { in memAllocateData() 98 LLVMBool memFinalize(void *Opaque, char **Err) { in memFinalize() 102 LLVMBool fail; in memFinalize() 124 LLVMBool fail; in memDestroy()
|
/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 42 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt() 74 LLVMBool IsSigned) { in LLVMGenericValueToInt() 103 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE, 118 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp, 133 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT, 160 LLVMBool LLVMCreateMCJITCompilerForModule( 260 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, 268 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name, 310 LLVMBool LLVMExecutionEngineGetErrMsg(LLVMExecutionEngineRef EE,
|
/llvm-project/llvm/lib/Analysis/ |
H A D | Analysis.cpp | 69 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule() 75 LLVMBool Result = verifyModule(*unwrap(M), OutMessages ? &MsgsOS : DebugOS); in LLVMVerifyModule() 90 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction() 91 LLVMBool Result = verifyFunction( in LLVMVerifyFunction()
|
/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 131 LLVMBool LLVMContextShouldDiscardValueNames(LLVMContextRef C) { 135 void LLVMContextSetDiscardValueNames(LLVMContextRef C, LLVMBool Discard) { 229 LLVMBool LLVMIsEnumAttribute(LLVMAttributeRef A) { in LLVMIsStringAttribute() 234 LLVMBool LLVMIsStringAttribute(LLVMAttributeRef A) { 238 LLVMBool LLVMIsTypeAttribute(LLVMAttributeRef A) { in LLVMGetDiagInfoDescription() 434 LLVMBool LLVMIsNewDbgInfoFormat(LLVMModuleRef M) { 438 void LLVMSetIsNewDbgInfoFormat(LLVMModuleRef M, LLVMBool UseNewFormat) { in LLVMDumpModule() 449 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename, in LLVMPrintModuleToFile() 502 size_t ConstraintsSize, LLVMBool HasSideEffects, in LLVMGetInlineAsm() 503 LLVMBool IsAlignStac in LLVMGetInlineAsm() [all...] |
H A D | DebugInfo.cpp | 1069 LLVMBool LLVMStripModuleDebugInfo(LLVMModuleRef M) { in LLVMDIBuilderCreateCompileUnit() 1089 LLVMBool isOptimized, const char *Flags, size_t FlagsLen, 1091 LLVMDWARFEmissionKind Kind, unsigned DWOId, LLVMBool SplitDebugInlining, in LLVMDIBuilderCreateFile() 1092 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen, in LLVMDIBuilderCreateFile() 1130 LLVMBool ExportSymbols) { in LLVMDIBuilderCreateFunction() 1139 LLVMBool IsLocalToUnit, LLVMBool IsDefinition, in LLVMDIBuilderCreateLexicalBlock() 1140 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized) { 1291 LLVMBool IsUnsigned) { in LLVMDIBuilderCreateUnionType() 1437 LLVMBool Implici in LLVMDIBuilderCreateInheritance() [all...] |
/llvm-project/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/llvm/tools/llvm-c-test/ |
H A D | echo.cpp | 450 LLVMBool HasSideEffects = LLVMGetInlineAsmHasSideEffects(Asm); in clone_inline_asm() 451 LLVMBool NeedsAlignStack = LLVMGetInlineAsmNeedsAlignedStack(Asm); in clone_inline_asm() 452 LLVMBool CanUnwind = LLVMGetInlineAsmCanUnwind(Asm); 645 LLVMBool NUW = LLVMGetNUW(Src); in CloneInstruction() 646 LLVMBool NSW = LLVMGetNSW(Src); in CloneInstruction() 655 LLVMBool NUW = LLVMGetNUW(Src); in CloneInstruction() 656 LLVMBool NSW = LLVMGetNSW(Src); in CloneInstruction() 665 LLVMBool NUW = LLVMGetNUW(Src); in CloneInstruction() 666 LLVMBool NSW = LLVMGetNSW(Src); in CloneInstruction() 675 LLVMBool IsExac in CloneInstruction() [all...] |
H A D | module.c | 37 LLVMBool Ret; in llvm_load_module()
|