Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/include/llvm-c/
H A DExecutionEngine.h47 LLVMBool NoFramePointerElim;
48 LLVMBool EnableFastISel;
56 LLVMBool IsSigned);
65 LLVMBool IsSigned);
75 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE,
83 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT,
108 LLVMBool LLVMCreateMCJITCompilerForModule(
131 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M,
134 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name,
160 const char *SectionName, LLVMBool IsReadOnly);
[all …]
H A DBitReader.h40 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule,
45 LLVMBool LLVMParseBitcode2(LLVMMemoryBufferRef MemBuf,
49 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
53 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef,
61 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
67 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef,
72 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
75 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM);
H A DCore.h852 LLVMBool HasSideEffects, LLVMBool IsAlignStack,
1089 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty);
1277 LLVMBool Packed);
1659 LLVMBool LLVMIsConstant(LLVMValueRef Val);
1664 LLVMBool LLVMIsUndef(LLVMValueRef Val);
1829 LLVMBool LLVMIsNull(LLVMValueRef Val);
1975 LLVMBool LLVMIsConstantString(LLVMValueRef c);
2141 LLVMBool HasSideEffects, LLVMBool IsAlignStack);
3289 LLVMBool LLVMIsInBounds(LLVMValueRef GEP);
3880 LLVMBool LLVMStartMultithreaded(void);
[all …]
H A DTargetMachine.h76 LLVMBool LLVMGetTargetFromTriple(const char* Triple, LLVMTargetRef *T,
86 LLVMBool LLVMTargetHasJIT(LLVMTargetRef T);
89 LLVMBool LLVMTargetHasTargetMachine(LLVMTargetRef T);
92 LLVMBool LLVMTargetHasAsmBackend(LLVMTargetRef T);
127 LLVMBool VerboseAsm);
132 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M,
136 LLVMBool LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T, LLVMModuleRef M,
H A DObject.h49 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef ObjectFile,
58 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef ObjectFile,
67 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI,
73 LLVMBool LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section,
H A DDebugInfo.h189 LLVMBool LLVMStripModuleDebugInfo(LLVMModuleRef Module);
246 LLVMBool isOptimized, const char *Flags, size_t FlagsLen,
248 LLVMDWARFEmissionKind Kind, unsigned DWOId, LLVMBool SplitDebugInlining,
249 LLVMBool DebugInfoForProfiling);
298 LLVMBool ExportSymbols);
322 LLVMBool IsLocalToUnit, LLVMBool IsDefinition,
323 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized);
1018 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit,
1068 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit,
1149 LLVMBool AlwaysPreserve, LLVMDIFlags Flags, uint32_t AlignInBits);
[all …]
H A DTarget.h136 static inline LLVMBool LLVMInitializeNativeTarget(void) { in LLVMInitializeNativeTarget()
151 static inline LLVMBool LLVMInitializeNativeAsmParser(void) { in LLVMInitializeNativeAsmParser()
163 static inline LLVMBool LLVMInitializeNativeAsmPrinter(void) { in LLVMInitializeNativeAsmPrinter()
175 static inline LLVMBool LLVMInitializeNativeDisassembler(void) { in LLVMInitializeNativeDisassembler()
H A DAnalysis.h45 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action,
50 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action);
H A DLinker.h35 LLVMBool LLVMLinkModules2(LLVMModuleRef Dest, LLVMModuleRef Src);
H A DIRReader.h32 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
H A DSupport.h30 LLVMBool LLVMLoadLibraryPermanently(const char* Filename);
H A DTypes.h29 typedef int LLVMBool; typedef
H A DOptRemarks.h166 extern LLVMBool LLVMOptRemarkParserHasError(LLVMOptRemarkParserRef Parser);
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp25 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule, in LLVMParseBitcode()
31 LLVMBool LLVMParseBitcode2(LLVMMemoryBufferRef MemBuf, in LLVMParseBitcode2()
36 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext()
59 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext2()
79 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext()
106 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext2()
125 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule()
131 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, in LLVMGetBitcodeModule2()
/freebsd-12.1/contrib/llvm/include/llvm-c/Transforms/
H A DPassManagerBuilder.h49 LLVMBool Value);
54 LLVMBool Value);
59 LLVMBool Value);
79 LLVMBool Internalize,
80 LLVMBool RunInliner);
/freebsd-12.1/contrib/llvm/lib/Target/
H A DTargetMachineC.cpp67 LLVMBool LLVMGetTargetFromTriple(const char* TripleStr, LLVMTargetRef *T, in LLVMGetTargetFromTriple()
91 LLVMBool LLVMTargetHasJIT(LLVMTargetRef T) { in LLVMTargetHasJIT()
95 LLVMBool LLVMTargetHasTargetMachine(LLVMTargetRef T) { in LLVMTargetHasTargetMachine()
99 LLVMBool LLVMTargetHasAsmBackend(LLVMTargetRef T) { in LLVMTargetHasAsmBackend()
178 LLVMBool VerboseAsm) { in LLVMSetTargetMachineAsmVerbosity()
186 static LLVMBool LLVMTargetMachineEmit(LLVMTargetMachineRef T, LLVMModuleRef M, in LLVMTargetMachineEmit()
220 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M, in LLVMTargetMachineEmitToFile()
233 LLVMBool LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T, in LLVMTargetMachineEmitToMemoryBuffer()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DAnalysis.cpp98 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule()
104 LLVMBool Result = verifyModule(*unwrap(M), OutMessages ? &MsgsOS : DebugOS); in LLVMVerifyModule()
119 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
120 LLVMBool Result = verifyFunction( in LLVMVerifyFunction()
/freebsd-12.1/contrib/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()
262 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, in LLVMRemoveModule()
270 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name, in LLVMFindFunction()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DCore.cpp179 LLVMBool LLVMIsEnumAttribute(LLVMAttributeRef A) { in LLVMIsEnumAttribute()
441 LLVMBool HasSideEffects, LLVMBool IsAlignStack, in LLVMGetInlineAsm()
509 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty) in LLVMTypeIsSized()
1020 LLVMBool LLVMIsConstant(LLVMValueRef Ty) { in LLVMIsConstant()
1024 LLVMBool LLVMIsNull(LLVMValueRef Val) { in LLVMIsNull()
1030 LLVMBool LLVMIsUndef(LLVMValueRef Val) { in LLVMIsUndef()
2741 LLVMBool LLVMIsTailCall(LLVMValueRef Call) { in LLVMIsTailCall()
2819 LLVMBool LLVMIsInBounds(LLVMValueRef GEP) { in LLVMIsInBounds()
3842 LLVMBool RequiresNullTerminator) { in LLVMCreateMemoryBufferWithMemoryRange()
3914 LLVMBool LLVMStartMultithreaded() { in LLVMStartMultithreaded()
[all …]
H A DDebugInfo.cpp742 LLVMBool LLVMStripModuleDebugInfo(LLVMModuleRef M) { in LLVMStripModuleDebugInfo()
757 LLVMBool isOptimized, const char *Flags, size_t FlagsLen, in LLVMDIBuilderCreateCompileUnit()
759 LLVMDWARFEmissionKind Kind, unsigned DWOId, LLVMBool SplitDebugInlining, in LLVMDIBuilderCreateCompileUnit()
760 LLVMBool DebugInfoForProfiling) { in LLVMDIBuilderCreateCompileUnit()
796 LLVMBool ExportSymbols) { in LLVMDIBuilderCreateNameSpace()
805 LLVMBool IsLocalToUnit, LLVMBool IsDefinition, in LLVMDIBuilderCreateFunction()
806 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized) { in LLVMDIBuilderCreateFunction()
1231 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit, in LLVMDIBuilderCreateGlobalVariableExpression()
1260 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit, in LLVMDIBuilderCreateTempGlobalVariableFwdDecl()
1314 LLVMBool AlwaysPreserve, LLVMDIFlags Flags, uint32_t AlignInBits) { in LLVMDIBuilderCreateAutoVariable()
[all …]
/freebsd-12.1/contrib/llvm/lib/Object/
H A DObject.cpp92 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSectionIteratorAtEnd()
126 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSymbolIteratorAtEnd()
159 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI, in LLVMGetSectionContainsSymbol()
174 LLVMBool LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section, in LLVMIsRelocationIteratorAtEnd()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp1030 LLVMBool Value) { in LLVMPassManagerBuilderSetDisableUnitAtATime()
1036 LLVMBool Value) { in LLVMPassManagerBuilderSetDisableUnrollLoops()
1043 LLVMBool Value) { in LLVMPassManagerBuilderSetDisableSimplifyLibCalls()
1072 LLVMBool Internalize, in LLVMPassManagerBuilderPopulateLTOPassManager()
1073 LLVMBool RunInliner) { in LLVMPassManagerBuilderPopulateLTOPassManager()
/freebsd-12.1/contrib/llvm/lib/IRReader/
H A DIRReader.cpp116 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef, in LLVMParseIRInContext()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DDynamicLibrary.cpp206 LLVMBool LLVMLoadLibraryPermanently(const char *Filename) { in LLVMLoadLibraryPermanently()
/freebsd-12.1/contrib/llvm/lib/OptRemarks/
H A DOptRemarksParser.cpp357 extern "C" LLVMBool LLVMOptRemarkParserHasError(LLVMOptRemarkParserRef Parser) { in LLVMOptRemarkParserHasError()

12