|
chigraph
master
Systems programming language written for beginners in LLVM
|
Include dependency graph for BitcodeParser.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| chi | |
| The namespace where chigraph lives. | |
Functions | |
| Result | chi::parseBitcodeFile (const boost::filesystem::path &file, llvm::LLVMContext &ctx, std::unique_ptr< llvm::Module > *toFill) |
| Parse a bitcode file. More... | |
| Result | chi::parseBitcodeString (const std::string &bitcode, llvm::LLVMContext &ctx, std::unique_ptr< llvm::Module > *toFill) |