HomeSort by relevance Sort by last modified time
    Searched refs:LLVMBool (Results 1 - 22 of 22) sorted by null

  /external/llvm/include/llvm-c/
BitReader.h 38 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,
Analysis.h 45 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action,
50 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action);
ExecutionEngine.h 48 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...]
Linker.h 35 LLVMBool LLVMLinkModules(LLVMModuleRef Dest, LLVMModuleRef Src,
TargetMachine.h 72 LLVMBool LLVMTargetHasJIT(LLVMTargetRef T);
75 LLVMBool LLVMTargetHasTargetMachine(LLVMTargetRef T);
78 LLVMBool LLVMTargetHasAsmBackend(LLVMTargetRef T);
114 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M,
118 LLVMBool LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T, LLVMModuleRef M,
Object.h 49 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef ObjectFile,
58 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef ObjectFile,
67 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI,
73 LLVMBool LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section,
Core.h 65 typedef int LLVMBool;
539 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename,
684 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty);
794 LLVMBool IsVarArg);
799 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy);
847 unsigned ElementCount, LLVMBool Packed);
855 LLVMBool Packed);
877 unsigned ElementCount, LLVMBool Packed);
903 LLVMBool LLVMIsPackedStruct(LLVMTypeRef StructTy);
910 LLVMBool LLVMIsOpaqueStruct(LLVMTypeRef StructTy)
    [all...]
Target.h 133 static inline LLVMBool LLVMInitializeNativeTarget(void) {
  /external/llvm/include/llvm-c/Transforms/
PassManagerBuilder.h 50 LLVMBool Value);
55 LLVMBool Value);
60 LLVMBool Value);
80 LLVMBool Internalize,
81 LLVMBool RunInliner);
  /external/llvm/lib/Bitcode/Reader/
BitReader.cpp 23 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf,
29 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
49 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
67 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
74 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef,
84 LLVMBool LLVMGetBitcodeModuleProvider(LLVMMemoryBufferRef MemBuf,
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitReader.cpp 22 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf,
28 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
48 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
66 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
73 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef,
83 LLVMBool LLVMGetBitcodeModuleProvider(LLVMMemoryBufferRef MemBuf,
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitReader.cpp 22 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf,
28 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
48 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
66 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
73 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef,
83 LLVMBool LLVMGetBitcodeModuleProvider(LLVMMemoryBufferRef MemBuf,
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 50 LLVMBool IsSigned) {
82 LLVMBool IsSigned) {
111 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE,
126 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp,
141 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT,
168 LLVMBool LLVMCreateMCJITCompilerForModule(
211 LLVMBool LLVMCreateExecutionEngine(LLVMExecutionEngineRef *OutEE,
220 LLVMBool LLVMCreateInterpreter(LLVMExecutionEngineRef *OutInterp,
229 LLVMBool LLVMCreateJITCompiler(LLVMExecutionEngineRef *OutJIT,
292 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M
    [all...]
  /external/llvm/lib/Analysis/
Analysis.cpp 82 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action,
86 LLVMBool Result = verifyModule(*unwrap(M),
96 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) {
  /external/llvm/lib/Target/
TargetMachineC.cpp 78 LLVMBool LLVMTargetHasJIT(LLVMTargetRef T) {
82 LLVMBool LLVMTargetHasTargetMachine(LLVMTargetRef T) {
86 LLVMBool LLVMTargetHasAsmBackend(LLVMTargetRef T) {
161 static LLVMBool LLVMTargetMachineEmit(LLVMTargetMachineRef T, LLVMModuleRef M,
200 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M,
214 LLVMBool LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T,
  /external/llvm/lib/Object/
Object.cpp 79 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef ObjectFile,
106 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef ObjectFile,
146 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI,
164 LLVMBool LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section,
  /external/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 414 LLVMBool Value) {
421 LLVMBool Value) {
428 LLVMBool Value) {
457 LLVMBool Internalize,
458 LLVMBool RunInliner) {
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 40 LLVMBool isReadOnly) {
45 static LLVMBool roundTripFinalizeMemory(void *object, char **errMsg) {
  /external/llvm/lib/IR/
Core.cpp 131 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename,
204 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty)
307 LLVMBool IsVarArg) {
312 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) {
334 unsigned ElementCount, LLVMBool Packed) {
340 unsigned ElementCount, LLVMBool Packed) {
359 unsigned ElementCount, LLVMBool Packed) {
375 LLVMBool LLVMIsPackedStruct(LLVMTypeRef StructTy) {
379 LLVMBool LLVMIsOpaqueStruct(LLVMTypeRef StructTy) {
535 LLVMBool LLVMIsConstant(LLVMValueRef Ty)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_misc.cpp 244 LLVMBool
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_misc.cpp 244 LLVMBool
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]

Completed in 1124 milliseconds