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

  /external/llvm/bindings/ocaml/bitreader/
bitreader_ocaml.c 27 if (LLVMGetBitcodeModuleInContext2(C, MemBuf, &M))
  /external/llvm/include/llvm-c/
BitReader.h 60 This is deprecated. Use LLVMGetBitcodeModuleInContext2. */
67 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef,
  /external/llvm/lib/Bitcode/Reader/
BitReader.cpp 121 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef,
148 return LLVMGetBitcodeModuleInContext2(LLVMGetGlobalContext(), MemBuf, OutM);

Completed in 78 milliseconds