|
LLVM
3.7.0
|
#include "llvm/ADT/StringRef.h"#include "llvm/Object/SymbolicFile.h"#include "llvm/Support/DataTypes.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/FileSystem.h"#include "llvm/Support/MemoryBuffer.h"#include <cstring>#include <vector>Go to the source code of this file.
Classes | |
| class | llvm::object::RelocationRef |
| This is a value type class that represents a single relocation in the list of relocations in the object file. More... | |
| class | llvm::object::SectionRef |
| This is a value type class that represents a single section in the list of sections in the object file. More... | |
| class | llvm::object::SymbolRef |
| This is a value type class that represents a single symbol in the list of symbols in the object file. More... | |
| class | llvm::object::symbol_iterator |
| class | llvm::object::ObjectFile |
| This class is the base class for all object file types. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| llvm::object | |
Typedefs | |
| typedef content_iterator < SectionRef > | llvm::object::section_iterator |
| typedef content_iterator < RelocationRef > | llvm::object::relocation_iterator |
1.8.6