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

1 2

  /external/llvm/include/llvm-c/
Support.h 29 typedef int LLVMBool;
48 LLVMBool LLVMLoadLibraryPermanently(const char* Filename);
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,
IRReader.h 32 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
Analysis.h 45 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action,
50 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action);
TargetMachine.h 72 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,
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,
Object.h 49 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef ObjectFile,
58 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef ObjectFile,
67 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI,
73 LLVMBool LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section,
Target.h 136 static inline LLVMBool LLVMInitializeNativeTarget(void) {
151 static inline LLVMBool LLVMInitializeNativeAsmParser(void) {
163 static inline LLVMBool LLVMInitializeNativeAsmPrinter(void) {
175 static inline LLVMBool LLVMInitializeNativeDisassembler(void) {
Core.h 612 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename,
765 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty);
890 LLVMBool IsVarArg);
895 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy);
943 unsigned ElementCount, LLVMBool Packed);
951 LLVMBool Packed);
973 unsigned ElementCount, LLVMBool Packed);
999 LLVMBool LLVMIsPackedStruct(LLVMTypeRef StructTy);
1006 LLVMBool LLVMIsOpaqueStruct(LLVMTypeRef StructTy);
    [all...]
  /external/llvm/include/llvm-c/Transforms/
PassManagerBuilder.h 49 LLVMBool Value);
54 LLVMBool Value);
59 LLVMBool Value);
79 LLVMBool Internalize,
80 LLVMBool RunInliner);
  /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/Bitcode/Reader/
BitReader.cpp 23 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf,
29 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
49 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
70 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
77 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef,
87 LLVMBool LLVMGetBitcodeModuleProvider(LLVMMemoryBufferRef MemBuf,
  /external/llvm/lib/Analysis/
Analysis.cpp 75 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action,
81 LLVMBool Result = verifyModule(*unwrap(M), OutMessages ? &MsgsOS : DebugOS);
96 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) {
97 LLVMBool Result = verifyFunction(
  /external/llvm/lib/Target/
TargetMachineC.cpp 70 LLVMBool LLVMGetTargetFromTriple(const char* TripleStr, LLVMTargetRef *T,
94 LLVMBool LLVMTargetHasJIT(LLVMTargetRef T) {
98 LLVMBool LLVMTargetHasTargetMachine(LLVMTargetRef T) {
102 LLVMBool LLVMTargetHasAsmBackend(LLVMTargetRef T) {
179 LLVMBool VerboseAsm) {
183 static LLVMBool LLVMTargetMachineEmit(LLVMTargetMachineRef T, LLVMModuleRef M,
223 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M,
237 LLVMBool LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T,
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 48 LLVMBool IsSigned) {
80 LLVMBool IsSigned) {
109 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE,
124 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp,
139 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT,
166 LLVMBool LLVMCreateMCJITCompilerForModule(
209 LLVMBool LLVMCreateExecutionEngine(LLVMExecutionEngineRef *OutEE,
218 LLVMBool LLVMCreateInterpreter(LLVMExecutionEngineRef *OutInterp,
227 LLVMBool LLVMCreateJITCompiler(LLVMExecutionEngineRef *OutJIT,
290 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M
    [all...]
  /external/llvm/lib/Object/
Object.cpp 83 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef ObjectFile,
108 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef ObjectFile,
146 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI,
164 LLVMBool LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section,
  /external/llvm/lib/IR/
Core.cpp 184 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename,
267 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty)
388 LLVMBool IsVarArg) {
393 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) {
415 unsigned ElementCount, LLVMBool Packed) {
421 unsigned ElementCount, LLVMBool Packed) {
440 unsigned ElementCount, LLVMBool Packed) {
456 LLVMBool LLVMIsPackedStruct(LLVMTypeRef StructTy) {
460 LLVMBool LLVMIsOpaqueStruct(LLVMTypeRef StructTy) {
631 LLVMBool LLVMIsConstant(LLVMValueRef Ty)
    [all...]
  /external/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 413 LLVMBool Value) {
420 LLVMBool Value) {
427 LLVMBool Value) {
456 LLVMBool Internalize,
457 LLVMBool RunInliner) {
  /external/llvm/lib/IRReader/
IRReader.cpp 104 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
  /external/llvm/lib/Support/
DynamicLibrary.cpp 178 LLVMBool LLVMLoadLibraryPermanently(const char* Filename) {
  /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/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 46 LLVMBool isReadOnly) {
53 static LLVMBool roundTripFinalizeMemory(void *object, char **errMsg) {

Completed in 1481 milliseconds

1 2