Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm-c/
HDExecutionEngine.h48 LLVMBool NoFramePointerElim;
49 LLVMBool EnableFastISel;
57 LLVMBool IsSigned);
66 LLVMBool IsSigned);
76 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE,
80 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp,
84 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT,
109 LLVMBool LLVMCreateMCJITCompilerForModule(
115 LLVMBool LLVMCreateExecutionEngine(LLVMExecutionEngineRef *OutEE,
120 LLVMBool LLVMCreateInterpreter(LLVMExecutionEngineRef *OutInterp,
[all …]
HDBitReader.h38 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf,
41 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
48 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
53 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
58 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef,
64 LLVMBool LLVMGetBitcodeModuleProvider(LLVMMemoryBufferRef MemBuf,
HDTargetMachine.h72 LLVMBool LLVMGetTargetFromTriple(const char* Triple, LLVMTargetRef *T,
82 LLVMBool LLVMTargetHasJIT(LLVMTargetRef T);
85 LLVMBool LLVMTargetHasTargetMachine(LLVMTargetRef T);
88 LLVMBool LLVMTargetHasAsmBackend(LLVMTargetRef T);
123 LLVMBool VerboseAsm);
128 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M,
132 LLVMBool LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T, LLVMModuleRef M,
HDCore.h65 typedef int LLVMBool; typedef
566 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename,
719 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty);
844 LLVMBool IsVarArg);
849 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy);
897 unsigned ElementCount, LLVMBool Packed);
905 LLVMBool Packed);
927 unsigned ElementCount, LLVMBool Packed);
953 LLVMBool LLVMIsPackedStruct(LLVMTypeRef StructTy);
960 LLVMBool LLVMIsOpaqueStruct(LLVMTypeRef StructTy);
[all …]
HDObject.h49 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef ObjectFile,
58 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef ObjectFile,
67 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI,
73 LLVMBool LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section,
HDTarget.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()
HDAnalysis.h45 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action,
50 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action);
HDSupport.h29 LLVMBool LLVMLoadLibraryPermanently(const char* Filename);
HDIRReader.h32 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
HDLinker.h35 LLVMBool LLVMLinkModules(LLVMModuleRef Dest, LLVMModuleRef Src,
/trueos/contrib/llvm/lib/Bitcode/Reader/
HDBitReader.cpp23 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, in LLVMParseBitcode()
29 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext()
49 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext()
67 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule()
74 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleProviderInContext()
84 LLVMBool LLVMGetBitcodeModuleProvider(LLVMMemoryBufferRef MemBuf, in LLVMGetBitcodeModuleProvider()
/trueos/contrib/llvm/include/llvm-c/Transforms/
HDPassManagerBuilder.h50 LLVMBool Value);
55 LLVMBool Value);
60 LLVMBool Value);
80 LLVMBool Internalize,
81 LLVMBool RunInliner);
/trueos/contrib/llvm/lib/ExecutionEngine/
HDExecutionEngineBindings.cpp50 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt()
82 LLVMBool IsSigned) { in LLVMGenericValueToInt()
111 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE, in LLVMCreateExecutionEngineForModule()
126 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp, in LLVMCreateInterpreterForModule()
141 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT, in LLVMCreateJITCompilerForModule()
168 LLVMBool LLVMCreateMCJITCompilerForModule( in LLVMCreateMCJITCompilerForModule()
211 LLVMBool LLVMCreateExecutionEngine(LLVMExecutionEngineRef *OutEE, in LLVMCreateExecutionEngine()
220 LLVMBool LLVMCreateInterpreter(LLVMExecutionEngineRef *OutInterp, in LLVMCreateInterpreter()
229 LLVMBool LLVMCreateJITCompiler(LLVMExecutionEngineRef *OutJIT, in LLVMCreateJITCompiler()
292 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, in LLVMRemoveModule()
[all …]
/trueos/contrib/llvm/lib/Target/
HDTargetMachineC.cpp86 LLVMBool LLVMGetTargetFromTriple(const char* TripleStr, LLVMTargetRef *T, in LLVMGetTargetFromTriple()
110 LLVMBool LLVMTargetHasJIT(LLVMTargetRef T) { in LLVMTargetHasJIT()
114 LLVMBool LLVMTargetHasTargetMachine(LLVMTargetRef T) { in LLVMTargetHasTargetMachine()
118 LLVMBool LLVMTargetHasAsmBackend(LLVMTargetRef T) { in LLVMTargetHasAsmBackend()
195 LLVMBool VerboseAsm) { in LLVMSetTargetMachineAsmVerbosity()
199 static LLVMBool LLVMTargetMachineEmit(LLVMTargetMachineRef T, LLVMModuleRef M, in LLVMTargetMachineEmit()
238 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M, in LLVMTargetMachineEmitToFile()
252 LLVMBool LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T, in LLVMTargetMachineEmitToMemoryBuffer()
/trueos/contrib/llvm/lib/Analysis/
HDAnalysis.cpp73 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule()
77 LLVMBool Result = verifyModule(*unwrap(M), in LLVMVerifyModule()
87 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
/trueos/contrib/llvm/lib/IR/
HDCore.cpp131 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename, in LLVMPrintModuleToFile()
214 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty) in LLVMTypeIsSized()
331 LLVMBool IsVarArg) { in LLVMFunctionType()
336 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) { in LLVMIsFunctionVarArg()
358 unsigned ElementCount, LLVMBool Packed) { in LLVMStructTypeInContext()
364 unsigned ElementCount, LLVMBool Packed) { in LLVMStructType()
383 unsigned ElementCount, LLVMBool Packed) { in LLVMStructSetBody()
399 LLVMBool LLVMIsPackedStruct(LLVMTypeRef StructTy) { in LLVMIsPackedStruct()
403 LLVMBool LLVMIsOpaqueStruct(LLVMTypeRef StructTy) { in LLVMIsOpaqueStruct()
569 LLVMBool LLVMIsConstant(LLVMValueRef Ty) { in LLVMIsConstant()
[all …]
/trueos/contrib/llvm/lib/Transforms/IPO/
HDPassManagerBuilder.cpp392 LLVMBool Value) { in LLVMPassManagerBuilderSetDisableUnitAtATime()
399 LLVMBool Value) { in LLVMPassManagerBuilderSetDisableUnrollLoops()
406 LLVMBool Value) { in LLVMPassManagerBuilderSetDisableSimplifyLibCalls()
435 LLVMBool Internalize, in LLVMPassManagerBuilderPopulateLTOPassManager()
436 LLVMBool RunInliner) { in LLVMPassManagerBuilderPopulateLTOPassManager()
/trueos/contrib/llvm/lib/Object/
HDObject.cpp79 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef ObjectFile, in LLVMIsSectionIteratorAtEnd()
106 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef ObjectFile, in LLVMIsSymbolIteratorAtEnd()
146 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI, in LLVMGetSectionContainsSymbol()
164 LLVMBool LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section, in LLVMIsRelocationIteratorAtEnd()
/trueos/contrib/llvm/lib/IRReader/
HDIRReader.cpp100 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef, in LLVMParseIRInContext()
/trueos/contrib/llvm/lib/Support/
HDDynamicLibrary.cpp178 LLVMBool LLVMLoadLibraryPermanently(const char* Filename) { in LLVMLoadLibraryPermanently()
/trueos/contrib/llvm/lib/Linker/
HDLinkModules.cpp1389 LLVMBool LLVMLinkModules(LLVMModuleRef Dest, LLVMModuleRef Src, in LLVMLinkModules()
1392 LLVMBool Result = Linker::LinkModules(unwrap(Dest), unwrap(Src), in LLVMLinkModules()