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

  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitReader.cpp 48 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
68 return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM,
72 /* Deprecated: Use LLVMGetBitcodeModuleInContext instead. */
77 return LLVMGetBitcodeModuleInContext(ContextRef, MemBuf,
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitReader.cpp 48 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
68 return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM,
72 /* Deprecated: Use LLVMGetBitcodeModuleInContext instead. */
77 return LLVMGetBitcodeModuleInContext(ContextRef, MemBuf,
  /external/llvm/include/llvm-c/
BitReader.h 61 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
  /external/llvm/lib/Bitcode/Reader/
BitReader.cpp 92 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
142 return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM,

Completed in 62 milliseconds