Home | History | Annotate | Download | only in BitReader_2_7

Lines Matching refs:llvm

4 //                     The LLVM Compiler Infrastructure
18 #include "llvm/GVMaterializer.h"
19 #include "llvm/Attributes.h"
20 #include "llvm/Type.h"
21 #include "llvm/OperandTraits.h"
22 #include "llvm/Bitcode/BitstreamReader.h"
23 #include "llvm/Bitcode/LLVMBitCodes.h"
24 #include "llvm/Support/ValueHandle.h"
25 #include "llvm/ADT/DenseMap.h"
28 namespace llvm {
32 } // End llvm namespace
36 llvm::Module *ParseBitcodeFile(llvm::MemoryBuffer *Buffer,
37 llvm::LLVMContext& Context,
40 std::string getBitcodeTargetTriple(llvm::MemoryBuffer *Buffer,
41 llvm::LLVMContext& Context,
44 llvm::Module *getLazyBitcodeModule(llvm::MemoryBuffer *Buffer,
45 llvm::LLVMContext& Context,