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 47 LLVMBool NoFramePointerElim;
48 LLVMBool EnableFastISel;
56 LLVMBool IsSigned);
65 LLVMBool IsSigned);
75 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE,
79 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp,
83 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT,
108 LLVMBool LLVMCreateMCJITCompilerForModule(
114 LLVMBool LLVMCreateExecutionEngine(LLVMExecutionEngineRef *OutEE,
119 LLVMBool LLVMCreateInterpreter(LLVMExecutionEngineRef *OutInterp
    [all...]
Linker.h 38 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 618 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename,
771 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty);
896 LLVMBool IsVarArg);
901 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy);
949 unsigned ElementCount, LLVMBool Packed);
957 LLVMBool Packed);
979 unsigned ElementCount, LLVMBool Packed);
1005 LLVMBool LLVMIsPackedStruct(LLVMTypeRef StructTy);
1012 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 25 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf,
31 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
60 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
84 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
91 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef,
101 LLVMBool LLVMGetBitcodeModuleProvider(LLVMMemoryBufferRef MemBuf,
  /external/llvm/lib/Analysis/
Analysis.cpp 78 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action,
84 LLVMBool Result = verifyModule(*unwrap(M), OutMessages ? &MsgsOS : DebugOS);
99 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) {
100 LLVMBool Result = verifyFunction(
  /external/llvm/lib/Target/
TargetMachineC.cpp 72 LLVMBool LLVMGetTargetFromTriple(const char* TripleStr, LLVMTargetRef *T,
96 LLVMBool LLVMTargetHasJIT(LLVMTargetRef T) {
100 LLVMBool LLVMTargetHasTargetMachine(LLVMTargetRef T) {
104 LLVMBool LLVMTargetHasAsmBackend(LLVMTargetRef T) {
181 LLVMBool VerboseAsm) {
185 static LLVMBool LLVMTargetMachineEmit(LLVMTargetMachineRef T, LLVMModuleRef M,
226 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M,
239 LLVMBool LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T,
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 40 LLVMBool IsSigned) {
72 LLVMBool IsSigned) {
101 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE,
116 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp,
131 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT,
158 LLVMBool LLVMCreateMCJITCompilerForModule(
201 LLVMBool LLVMCreateExecutionEngine(LLVMExecutionEngineRef *OutEE,
210 LLVMBool LLVMCreateInterpreter(LLVMExecutionEngineRef *OutInterp,
219 LLVMBool LLVMCreateJITCompiler(LLVMExecutionEngineRef *OutJIT,
281 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M
    [all...]
  /external/llvm/lib/Object/
Object.cpp 89 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef OF,
116 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef OF,
149 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI,
164 LLVMBool LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section,
  /external/llvm/lib/IR/
Core.cpp 184 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename,
269 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty)
390 LLVMBool IsVarArg) {
395 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) {
417 unsigned ElementCount, LLVMBool Packed) {
423 unsigned ElementCount, LLVMBool Packed) {
442 unsigned ElementCount, LLVMBool Packed) {
458 LLVMBool LLVMIsPackedStruct(LLVMTypeRef StructTy) {
462 LLVMBool LLVMIsOpaqueStruct(LLVMTypeRef StructTy) {
691 LLVMBool LLVMIsConstant(LLVMValueRef Ty)
    [all...]
  /external/llvm/lib/IRReader/
IRReader.cpp 99 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
  /external/llvm/lib/Support/
DynamicLibrary.cpp 178 LLVMBool LLVMLoadLibraryPermanently(const char* Filename) {
  /external/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 573 LLVMBool Value) {
580 LLVMBool Value) {
587 LLVMBool Value) {
616 LLVMBool Internalize,
617 LLVMBool RunInliner) {
  /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) {
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]

Completed in 216 milliseconds

1 2