Home
last modified time | relevance | path

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

12

/llvm-project/llvm/include/llvm-c/
H A 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 …]
H A 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,
71 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef,
76 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
79 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM);
H A DCore.h613 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 DTargetMachine.h89 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 DObject.h140 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 DDebugInfo.h235 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 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()
H A DAnalysis.h44 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action,
49 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action);
H A DIRReader.h38 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
H A DLinker.h41 LLVMBool LLVMLinkModules2(LLVMModuleRef Dest, LLVMModuleRef Src);
H A DSupport.h35 LLVMBool LLVMLoadLibraryPermanently(const char* Filename);
H A DTypes.h28 typedef int LLVMBool; typedef
H A DRemarks.h309 extern LLVMBool LLVMRemarkParserHasError(LLVMRemarkParserRef Parser);
/llvm-project/llvm/include/llvm-c/Transforms/
H A DPassBuilder.h77 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 DPassBuilderBindings.cpp124 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 DBitReader.cpp23 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 DTargetMachineC.cpp82 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 DOrcV2CBindingsMCJITLikeMemoryManager.c36 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 DExecutionEngineBindings.cpp42 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 DAnalysis.cpp69 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 DCore.cpp131 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 DDebugInfo.cpp1069 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 DObject.cpp160 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 Decho.cpp450 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 Dmodule.c37 LLVMBool Ret; in llvm_load_module()

12