Home
last modified time | relevance | path

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

12

/freebsd/contrib/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.h610 LLVMBool LLVMContextShouldDiscardValueNames(LLVMContextRef C);
620 void LLVMContextSetDiscardValueNames(LLVMContextRef C, LLVMBool Discard);
723 LLVMBool LLVMIsEnumAttribute(LLVMAttributeRef A);
724 LLVMBool LLVMIsStringAttribute(LLVMAttributeRef A);
725 LLVMBool LLVMIsTypeAttribute(LLVMAttributeRef A);
786 LLVMBool LLVMIsNewDbgInfoFormat(LLVMModuleRef M);
794 void LLVMSetIsNewDbgInfoFormat(LLVMModuleRef M, LLVMBool UseNewFormat);
941 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename,
980 size_t ConstraintsSize, LLVMBool HasSideEffects,
981 LLVMBool IsAlignStack,
[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 LLVMTargetMachineEmitToMemoryBuffe
[all...]
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.h234 LLVMBool LLVMStripModuleDebugInfo(LLVMModuleRef Module);
302 LLVMBool isOptimized, const char *Flags, size_t FlagsLen,
304 LLVMDWARFEmissionKind Kind, unsigned DWOId, LLVMBool SplitDebugInlining,
305 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen,
355 LLVMBool ExportSymbols);
379 LLVMBool IsLocalToUnit, LLVMBool IsDefinition,
380 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized);
625 LLVMBool IsUnsigned);
1163 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit,
1261 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit,
[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);
/freebsd/contrib/llvm-project/llvm/include/llvm-c/Transforms/
H A DPassBuilder.h67 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);
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp88 LLVMBool VerifyEach) { in LLVMPassBuilderOptionsSetVerifyEach()
93 LLVMBool DebugLogging) { in LLVMPassBuilderOptionsSetDebugLogging()
98 LLVMPassBuilderOptionsRef Options, LLVMBool LoopInterleaving) { in LLVMPassBuilderOptionsSetLoopInterleaving()
103 LLVMPassBuilderOptionsRef Options, LLVMBool LoopVectorization) { in LLVMPassBuilderOptionsSetLoopVectorization()
108 LLVMPassBuilderOptionsRef Options, LLVMBool SLPVectorization) { in LLVMPassBuilderOptionsSetSLPVectorization()
113 LLVMBool LoopUnrolling) { in LLVMPassBuilderOptionsSetLoopUnrolling()
118 LLVMPassBuilderOptionsRef Options, LLVMBool ForgetAllSCEVInLoopUnroll) { in LLVMPassBuilderOptionsSetForgetAllSCEVInLoopUnroll()
134 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile) { in LLVMPassBuilderOptionsSetCallGraphProfile()
139 LLVMBool MergeFunctions) { in LLVMPassBuilderOptionsSetMergeFunctions()
/freebsd/contrib/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()
/freebsd/contrib/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 LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M, in LLVMTargetMachineEmitToFile()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAnalysis.cpp67 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule()
73 LLVMBool Result = verifyModule(*unwrap(M), OutMessages ? &MsgsOS : DebugOS); in LLVMVerifyModule()
88 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
89 LLVMBool Result = verifyFunction( in LLVMVerifyFunction()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp43 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt()
75 LLVMBool IsSigned) { in LLVMGenericValueToInt()
104 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE, in LLVMCreateExecutionEngineForModule()
119 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp, in LLVMCreateInterpreterForModule()
134 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT, in LLVMCreateJITCompilerForModule()
161 LLVMBool LLVMCreateMCJITCompilerForModule( in LLVMCreateMCJITCompilerForModule()
261 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, in LLVMRemoveModule()
269 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name, in LLVMFindFunction()
311 LLVMBool LLVMExecutionEngineGetErrMsg(LLVMExecutionEngineRef EE, in LLVMExecutionEngineGetErrMsg()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp128 LLVMBool LLVMContextShouldDiscardValueNames(LLVMContextRef C) { in LLVMContextShouldDiscardValueNames()
132 void LLVMContextSetDiscardValueNames(LLVMContextRef C, LLVMBool Discard) { in LLVMContextSetDiscardValueNames()
222 LLVMBool LLVMIsEnumAttribute(LLVMAttributeRef A) { in LLVMIsEnumAttribute()
227 LLVMBool LLVMIsStringAttribute(LLVMAttributeRef A) { in LLVMIsStringAttribute()
231 LLVMBool LLVMIsTypeAttribute(LLVMAttributeRef A) { in LLVMIsTypeAttribute()
427 LLVMBool LLVMIsNewDbgInfoFormat(LLVMModuleRef M) { in LLVMIsNewDbgInfoFormat()
431 void LLVMSetIsNewDbgInfoFormat(LLVMModuleRef M, LLVMBool UseNewFormat) { in LLVMSetIsNewDbgInfoFormat()
442 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename, in LLVMPrintModuleToFile()
495 size_t ConstraintsSize, LLVMBool HasSideEffects, in LLVMGetInlineAsm()
496 LLVMBool IsAlignStack, in LLVMGetInlineAsm()
[all …]
H A DDebugInfo.cpp1052 LLVMBool LLVMStripModuleDebugInfo(LLVMModuleRef M) { in LLVMStripModuleDebugInfo()
1072 LLVMBool isOptimized, const char *Flags, size_t FlagsLen, in LLVMDIBuilderCreateCompileUnit()
1074 LLVMDWARFEmissionKind Kind, unsigned DWOId, LLVMBool SplitDebugInlining, in LLVMDIBuilderCreateCompileUnit()
1075 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen, in LLVMDIBuilderCreateCompileUnit()
1113 LLVMBool ExportSymbols) { in LLVMDIBuilderCreateNameSpace()
1122 LLVMBool IsLocalToUnit, LLVMBool IsDefinition, in LLVMDIBuilderCreateFunction()
1123 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized) { in LLVMDIBuilderCreateFunction()
1274 LLVMBool IsUnsigned) { in LLVMDIBuilderCreateEnumerator()
1607 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit, in LLVMDIBuilderCreateGlobalVariableExpression()
1657 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit, in LLVMDIBuilderCreateTempGlobalVariableFwdDecl()
[all …]
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/llvm/lib/IRReader/
H A DIRReader.cpp112 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef, in LLVMParseIRInContext()
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkParser.cpp164 extern "C" LLVMBool LLVMRemarkParserHasError(LLVMRemarkParserRef Parser) { in LLVMRemarkParserHasError()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDynamicLibrary.cpp243 LLVMBool LLVMLoadLibraryPermanently(const char *Filename) { in LLVMLoadLibraryPermanently()

12