Searched refs:LLVMBool (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm-c/
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,
66 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef,
71 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
74 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM);
H A DIRReader.h31 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
H A DLinker.h34 LLVMBool LLVMLinkModules2(LLVMModuleRef Dest, LLVMModuleRef Src);
H A DAnalysis.h44 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action,
49 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action);
H A DSupport.h29 LLVMBool LLVMLoadLibraryPermanently(const char* Filename);
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 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 LLVMFindFunctio
[all...]
H A DObject.h138 LLVMBool LLVMObjectFileIsSectionIteratorAtEnd(LLVMBinaryRef BR,
159 LLVMBool LLVMObjectFileIsSymbolIteratorAtEnd(LLVMBinaryRef BR,
177 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI,
183 LLVMBool LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section,
215 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef ObjectFile,
222 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef ObjectFile,
H A DTarget.h131 static inline LLVMBool LLVMInitializeNativeTarget(void) {
146 static inline LLVMBool LLVMInitializeNativeAsmParser(void) {
158 static inline LLVMBool LLVMInitializeNativeAsmPrinter(void) {
170 static inline LLVMBool LLVMInitializeNativeDisassembler(void) {
H A DTypes.h28 typedef int LLVMBool; typedef
H A DCore.h535 LLVMBool LLVMContextShouldDiscardValueNames(LLVMContextRef C);
545 void LLVMContextSetDiscardValueNames(LLVMContextRef C, LLVMBool Discard);
625 LLVMBool LLVMIsEnumAttribute(LLVMAttributeRef A);
626 LLVMBool LLVMIsStringAttribute(LLVMAttributeRef A);
819 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename,
859 LLVMBool HasSideEffects, LLVMBool IsAlignStack,
1096 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty);
1229 LLVMBool IsVarArg);
1234 LLVMBool LLVMIsFunctionVarAr
[all...]
H A DDebugInfo.h200 LLVMBool LLVMStripModuleDebugInfo(LLVMModuleRef Module);
261 LLVMBool isOptimized, const char *Flags, size_t FlagsLen,
263 LLVMDWARFEmissionKind Kind, unsigned DWOId, LLVMBool SplitDebugInlining,
264 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen,
314 LLVMBool ExportSymbols);
338 LLVMBool IsLocalToUnit, LLVMBool IsDefinition,
339 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized);
584 LLVMBool IsUnsigned);
1122 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUni
[all...]
H A DRemarks.h309 extern LLVMBool LLVMRemarkParserHasError(LLVMRemarkParserRef Parser);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm-c/Transforms/
H A DPassManagerBuilder.h48 LLVMBool Value);
53 LLVMBool Value);
58 LLVMBool Value);
78 LLVMBool Internalize,
79 LLVMBool RunInliner);
H A DIPO.h85 LLVMBool (*MustPreserve)(LLVMValueRef, void *));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp24 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule,
30 LLVMBool LLVMParseBitcode2(LLVMMemoryBufferRef MemBuf,
35 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
58 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef,
78 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
105 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef,
124 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
130 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp66 LLVMBool LLVMGetTargetFromTriple(const char* TripleStr, LLVMTargetRef *T,
90 LLVMBool LLVMTargetHasJIT(LLVMTargetRef T) {
94 LLVMBool LLVMTargetHasTargetMachine(LLVMTargetRef T) {
98 LLVMBool LLVMTargetHasAsmBackend(LLVMTargetRef T) {
177 LLVMBool VerboseAsm) {
185 static LLVMBool LLVMTargetMachineEmit(LLVMTargetMachineRef T, LLVMModuleRef M,
219 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M,
232 LLVMBool LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAnalysis.cpp98 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action,
104 LLVMBool Result = verifyModule(*unwrap(M), OutMessages ? &MsgsOS : DebugOS);
119 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) {
120 LLVMBool Result = verifyFunction(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp42 LLVMBool IsSigned) {
74 LLVMBool IsSigned) {
103 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE,
118 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp,
133 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT,
160 LLVMBool LLVMCreateMCJITCompilerForModule(
261 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M,
269 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name,
311 LLVMBool LLVMExecutionEngineGetErrMsg(LLVMExecutionEngineRef EE,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp157 LLVMBool LLVMObjectFileIsSectionIteratorAtEnd(LLVMBinaryRef BR,
171 LLVMBool LLVMObjectFileIsSymbolIteratorAtEnd(LLVMBinaryRef BR,
208 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef OF,
242 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef OF,
275 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI,
290 LLVMBool LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp109 LLVMBool LLVMContextShouldDiscardValueNames(LLVMContextRef C) {
113 void LLVMContextSetDiscardValueNames(LLVMContextRef C, LLVMBool Discard) {
184 LLVMBool LLVMIsEnumAttribute(LLVMAttributeRef A) {
189 LLVMBool LLVMIsStringAttribute(LLVMAttributeRef A) {
392 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename,
446 LLVMBool HasSideEffects, LLVMBool IsAlignStack,
518 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty)
651 LLVMBool IsVarArg) {
656 LLVMBool LLVMIsFunctionVarAr
[all...]
H A DDebugInfo.cpp747 LLVMBool LLVMStripModuleDebugInfo(LLVMModuleRef M) {
762 LLVMBool isOptimized, const char *Flags, size_t FlagsLen,
764 LLVMDWARFEmissionKind Kind, unsigned DWOId, LLVMBool SplitDebugInlining,
765 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen,
803 LLVMBool ExportSymbols) {
812 LLVMBool IsLocalToUnit, LLVMBool IsDefinition,
813 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized) {
962 LLVMBool IsUnsigned) {
1294 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUni
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIPO.cpp133 LLVMBool (*Pred)(LLVMValueRef, void *)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IRReader/
H A DIRReader.cpp110 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DDynamicLibrary.cpp205 LLVMBool LLVMLoadLibraryPermanently(const char *Filename) {

Completed in 120 milliseconds

12