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

  /external/swiftshader/third_party/LLVM/include/llvm-c/
BitReader.h 35 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitReader.cpp 24 return LLVMParseBitcodeInContext(wrap(&getGlobalContext()), MemBuf, OutModule,
28 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitReader.cpp 24 return LLVMParseBitcodeInContext(wrap(&getGlobalContext()), MemBuf, OutModule,
28 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitReader.cpp 24 return LLVMParseBitcodeInContext(wrap(&getGlobalContext()), MemBuf, OutModule,
28 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
  /external/llvm/include/llvm-c/
BitReader.h 49 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
  /external/swiftshader/third_party/LLVM/bindings/ocaml/bitreader/
bitreader_ocaml.c 69 if (LLVMParseBitcodeInContext(C, MemBuf, &M, &Message))
  /external/llvm/lib/Bitcode/Reader/
BitReader.cpp 28 return LLVMParseBitcodeInContext(LLVMGetGlobalContext(), MemBuf, OutModule,
44 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,

Completed in 2393 milliseconds