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.h55 LLVMBool NoFramePointerElim;
56 LLVMBool EnableFastISel;
64 LLVMBool IsSigned);
74 LLVMBool IsSigned);
85 LLVM_C_ABI LLVMBool LLVMCreateExecutionEngineForModule(
88 LLVM_C_ABI LLVMBool LLVMCreateInterpreterForModule(
91 LLVM_C_ABI LLVMBool
116 LLVM_C_ABI LLVMBool LLVMCreateMCJITCompilerForModule(
140 LLVM_C_ABI LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M,
143 LLVM_C_ABI LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE,
[all …]
H A DBitReader.h40 LLVM_C_ABI LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf,
46 LLVM_C_ABI LLVMBool LLVMParseBitcode2(LLVMMemoryBufferRef MemBuf,
50 LLVM_C_ABI LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
55 LLVM_C_ABI LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef,
63 LLVM_C_ABI LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
75 LLVM_C_ABI LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef,
80 LLVM_C_ABI LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf,
84 LLVM_C_ABI LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf,
H A DTargetMachine.h90 LLVM_C_ABI LLVMBool LLVMGetTargetFromTriple(const char *Triple,
101 LLVM_C_ABI LLVMBool LLVMTargetHasJIT(LLVMTargetRef T);
104 LLVM_C_ABI LLVMBool LLVMTargetHasTargetMachine(LLVMTargetRef T);
107 LLVM_C_ABI LLVMBool LLVMTargetHasAsmBackend(LLVMTargetRef T);
197 LLVMBool VerboseAsm);
201 LLVMBool Enable);
205 LLVMBool Enable);
215 LLVMBool Enable);
220 LLVM_C_ABI LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T,
227 LLVM_C_ABI LLVMBool LLVMTargetMachineEmitToMemoryBuffer(
H A DCore.h618 LLVM_C_ABI LLVMBool LLVMContextShouldDiscardValueNames(LLVMContextRef C);
629 LLVMBool Discard);
744 LLVM_C_ABI LLVMBool LLVMIsEnumAttribute(LLVMAttributeRef A);
745 LLVM_C_ABI LLVMBool LLVMIsStringAttribute(LLVMAttributeRef A);
746 LLVM_C_ABI LLVMBool LLVMIsTypeAttribute(LLVMAttributeRef A);
807 LLVM_C_ABI LLVMBool LLVMIsNewDbgInfoFormat(LLVMModuleRef M);
816 LLVMBool UseNewFormat);
966 LLVM_C_ABI LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename,
1007 const char *Constraints, size_t ConstraintsSize, LLVMBool HasSideEffects,
1008 LLVMBool IsAlignStack, LLVMInlineAsmDialect Dialect, LLVMBool CanThrow);
[all …]
H A DObject.h140 LLVM_C_ABI LLVMBool LLVMObjectFileIsSectionIteratorAtEnd(
162 LLVM_C_ABI LLVMBool
180 LLVM_C_ABI LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI,
187 LLVM_C_ABI LLVMBool LLVMIsRelocationIteratorAtEnd(
220 LLVM_C_ABI LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef ObjectFile,
227 LLVM_C_ABI LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef ObjectFile,
H A DDebugInfo.h240 LLVM_C_ABI LLVMBool LLVMStripModuleDebugInfo(LLVMModuleRef Module);
309 LLVMBool isOptimized, const char *Flags, size_t FlagsLen,
311 LLVMDWARFEmissionKind Kind, unsigned DWOId, LLVMBool SplitDebugInlining,
312 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen,
360 size_t NameLen, LLVMBool ExportSymbols);
384 LLVMBool IsLocalToUnit, LLVMBool IsDefinition, unsigned ScopeLine,
385 LLVMDIFlags Flags, LLVMBool IsOptimized);
619 LLVMBool IsUnsigned);
632 uint64_t SizeInBits, const uint64_t Words[], LLVMBool IsUnsigned);
942 LLVMDIBuilderRef Builder, LLVMMetadataRef Type, LLVMBool Implicit);
[all …]
H A DTarget.h133 static inline LLVMBool LLVMInitializeNativeTarget(void) { in LLVMInitializeNativeTarget()
148 static inline LLVMBool LLVMInitializeNativeAsmParser(void) { in LLVMInitializeNativeAsmParser()
160 static inline LLVMBool LLVMInitializeNativeAsmPrinter(void) { in LLVMInitializeNativeAsmPrinter()
172 static inline LLVMBool LLVMInitializeNativeDisassembler(void) { in LLVMInitializeNativeDisassembler()
H A DAnalysis.h45 LLVM_C_ABI LLVMBool LLVMVerifyModule(LLVMModuleRef M,
51 LLVM_C_ABI LLVMBool LLVMVerifyFunction(LLVMValueRef Fn,
H A DIRReader.h39 LLVM_C_ABI LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
H A DLinker.h42 LLVM_C_ABI LLVMBool LLVMLinkModules2(LLVMModuleRef Dest, LLVMModuleRef Src);
H A DSupport.h36 LLVM_C_ABI LLVMBool LLVMLoadLibraryPermanently(const char *Filename);
H A DTypes.h28 typedef int LLVMBool; typedef
H A DRemarks.h318 LLVM_C_ABI extern LLVMBool LLVMRemarkParserHasError(LLVMRemarkParserRef Parser);
/freebsd/contrib/llvm-project/llvm/include/llvm-c/Transforms/
H A DPassBuilder.h79 LLVMBool VerifyEach);
86 LLVMBool DebugLogging);
99 LLVMBool LoopInterleaving);
103 LLVMBool LoopVectorization);
107 LLVMBool SLPVectorization);
111 LLVMBool LoopUnrolling);
114 LLVMPassBuilderOptionsRef Options, LLVMBool ForgetAllSCEVInLoopUnroll);
125 LLVMBool CallGraphProfile);
129 LLVMBool MergeFunctions);
/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/Passes/
H A DPassBuilderBindings.cpp124 LLVMBool VerifyEach) { in LLVMPassBuilderOptionsSetVerifyEach()
129 LLVMBool DebugLogging) { in LLVMPassBuilderOptionsSetDebugLogging()
139 LLVMPassBuilderOptionsRef Options, LLVMBool LoopInterleaving) { in LLVMPassBuilderOptionsSetLoopInterleaving()
144 LLVMPassBuilderOptionsRef Options, LLVMBool LoopVectorization) { in LLVMPassBuilderOptionsSetLoopVectorization()
149 LLVMPassBuilderOptionsRef Options, LLVMBool SLPVectorization) { in LLVMPassBuilderOptionsSetSLPVectorization()
154 LLVMBool LoopUnrolling) { in LLVMPassBuilderOptionsSetLoopUnrolling()
159 LLVMPassBuilderOptionsRef Options, LLVMBool ForgetAllSCEVInLoopUnroll) { in LLVMPassBuilderOptionsSetForgetAllSCEVInLoopUnroll()
175 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile) { in LLVMPassBuilderOptionsSetCallGraphProfile()
180 LLVMBool MergeFunctions) { in LLVMPassBuilderOptionsSetMergeFunctions()
/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/ExecutionEngine/
H A 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()
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()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp131 LLVMBool LLVMContextShouldDiscardValueNames(LLVMContextRef C) { in LLVMContextShouldDiscardValueNames()
135 void LLVMContextSetDiscardValueNames(LLVMContextRef C, LLVMBool Discard) { in LLVMContextSetDiscardValueNames()
229 LLVMBool LLVMIsEnumAttribute(LLVMAttributeRef A) { in LLVMIsEnumAttribute()
234 LLVMBool LLVMIsStringAttribute(LLVMAttributeRef A) { in LLVMIsStringAttribute()
238 LLVMBool LLVMIsTypeAttribute(LLVMAttributeRef A) { in LLVMIsTypeAttribute()
434 LLVMBool LLVMIsNewDbgInfoFormat(LLVMModuleRef M) { return true; } in LLVMIsNewDbgInfoFormat()
436 void LLVMSetIsNewDbgInfoFormat(LLVMModuleRef M, LLVMBool UseNewFormat) { in LLVMSetIsNewDbgInfoFormat()
449 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename, in LLVMPrintModuleToFile()
502 size_t ConstraintsSize, LLVMBool HasSideEffects, in LLVMGetInlineAsm()
503 LLVMBool IsAlignStack, in LLVMGetInlineAsm()
[all …]
H A DDebugInfo.cpp1080 LLVMBool LLVMStripModuleDebugInfo(LLVMModuleRef M) { in LLVMStripModuleDebugInfo()
1100 LLVMBool isOptimized, const char *Flags, size_t FlagsLen, in LLVMDIBuilderCreateCompileUnit()
1102 LLVMDWARFEmissionKind Kind, unsigned DWOId, LLVMBool SplitDebugInlining, in LLVMDIBuilderCreateCompileUnit()
1103 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen, in LLVMDIBuilderCreateCompileUnit()
1141 LLVMBool ExportSymbols) { in LLVMDIBuilderCreateNameSpace()
1150 LLVMBool IsLocalToUnit, LLVMBool IsDefinition, in LLVMDIBuilderCreateFunction()
1151 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized) { in LLVMDIBuilderCreateFunction()
1302 LLVMBool IsUnsigned) { in LLVMDIBuilderCreateEnumerator()
1309 uint64_t SizeInBits, const uint64_t Words[], LLVMBool IsUnsigned) { in LLVMDIBuilderCreateEnumeratorOfArbitraryPrecision()
1514 LLVMBool Implicit) { in LLVMDIBuilderCreateObjectPointerType()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAnalysis.cpp80 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule()
86 LLVMBool Result = verifyModule(*unwrap(M), OutMessages ? &MsgsOS : DebugOS); in LLVMVerifyModule()
101 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
102 LLVMBool Result = verifyFunction( in LLVMVerifyFunction()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp160 LLVMBool LLVMObjectFileIsSectionIteratorAtEnd(LLVMBinaryRef BR, in LLVMObjectFileIsSectionIteratorAtEnd()
174 LLVMBool LLVMObjectFileIsSymbolIteratorAtEnd(LLVMBinaryRef BR, in LLVMObjectFileIsSymbolIteratorAtEnd()
210 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSectionIteratorAtEnd()
243 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSymbolIteratorAtEnd()
276 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI, in LLVMGetSectionContainsSymbol()
291 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.cpp143 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