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

  /external/llvm/include/llvm-c/
BitReader.h 32 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf,
35 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
42 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
47 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
52 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef,
58 LLVMBool LLVMGetBitcodeModuleProvider(LLVMMemoryBufferRef MemBuf,
Analysis.h 39 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action,
44 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action);
ExecutionEngine.h 39 LLVMBool IsSigned);
48 LLVMBool IsSigned);
58 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE,
62 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp,
66 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT,
72 LLVMBool LLVMCreateExecutionEngine(LLVMExecutionEngineRef *OutEE,
77 LLVMBool LLVMCreateInterpreter(LLVMExecutionEngineRef *OutInterp,
82 LLVMBool LLVMCreateJITCompiler(LLVMExecutionEngineRef *OutJIT,
108 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M,
112 LLVMBool LLVMRemoveModuleProvider(LLVMExecutionEngineRef EE
    [all...]
Core.h 50 typedef int LLVMBool;
363 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty);
400 LLVMBool IsVarArg);
401 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy);
408 unsigned ElementCount, LLVMBool Packed);
410 LLVMBool Packed);
414 unsigned ElementCount, LLVMBool Packed);
418 LLVMBool LLVMIsPackedStruct(LLVMTypeRef StructTy);
419 LLVMBool LLVMIsOpaqueStruct(LLVMTypeRef StructTy);
552 LLVMBool LLVMIsConstant(LLVMValueRef Val)
    [all...]
Object.h 41 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef ObjectFile,
Target.h 71 static inline LLVMBool LLVMInitializeNativeTarget(void) {
  /external/llvm/lib/Bitcode/Reader/
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_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,
  /external/llvm/include/llvm-c/Transforms/
PassManagerBuilder.h 43 LLVMBool Value);
48 LLVMBool Value);
53 LLVMBool Value);
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 27 LLVMBool IsSigned) {
59 LLVMBool IsSigned) {
90 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE,
105 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp,
120 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT,
137 LLVMBool LLVMCreateExecutionEngine(LLVMExecutionEngineRef *OutEE,
146 LLVMBool LLVMCreateInterpreter(LLVMExecutionEngineRef *OutInterp,
155 LLVMBool LLVMCreateJITCompiler(LLVMExecutionEngineRef *OutJIT,
214 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M,
222 LLVMBool LLVMRemoveModuleProvider(LLVMExecutionEngineRef EE
    [all...]
  /external/llvm/lib/Analysis/
Analysis.cpp 78 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action,
82 LLVMBool Result = verifyModule(*unwrap(M),
92 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) {
  /external/llvm/lib/Object/
Object.cpp 38 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef ObjectFile,
  /external/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 293 LLVMBool Value) {
300 LLVMBool Value) {
307 LLVMBool Value) {
  /external/llvm/lib/VMCore/
Core.cpp 170 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty)
267 LLVMBool IsVarArg) {
272 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) {
294 unsigned ElementCount, LLVMBool Packed) {
300 unsigned ElementCount, LLVMBool Packed) {
319 unsigned ElementCount, LLVMBool Packed) {
335 LLVMBool LLVMIsPackedStruct(LLVMTypeRef StructTy) {
339 LLVMBool LLVMIsOpaqueStruct(LLVMTypeRef StructTy) {
495 LLVMBool LLVMIsConstant(LLVMValueRef Ty) {
499 LLVMBool LLVMIsNull(LLVMValueRef Val)
    [all...]

Completed in 1987 milliseconds