LLVM API Documentation
#include "llvm/Constants.h"#include "llvm/DerivedTypes.h"#include "llvm/GlobalValue.h"#include "llvm/Function.h"#include "llvm/ModuleProvider.h"#include "llvm/Bytecode/Analyzer.h"#include <utility>#include <map>Include dependency graph for lib/Bytecode/Reader/Reader.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | llvm |
Classes | |
| class | llvm::BytecodeReader |
| Forward declare the handler interface Bytecode Reader interface. More... | |
| class | llvm::BytecodeReader::ValueList |
| A list of values as a User of those Values. More... | |
| struct | llvm::BytecodeReader::LazyFunctionInfo |
| Keeps pointers to function contents for later use. More... | |
Functions | |
| BytecodeHandler * | llvm::createBytecodeAnalyzerHandler (BytecodeAnalysis &bca, std::ostream *output) |
| A function for creating a BytecodeAnalzer as a handler for the Bytecode reader. | |