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

  /external/llvm/include/llvm-c/
BitReader.h 71 /* This is deprecated. Use LLVMGetBitcodeModule2. */
75 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM);
  /external/llvm/tools/llvm-c-test/
module.c 44 Ret = LLVMGetBitcodeModule2(MB, &M);
  /external/llvm/lib/Bitcode/Reader/
BitReader.cpp 146 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf,

Completed in 170 milliseconds