|
LLVM
4.0.0
|
#include "llvm/ADT/ArrayRef.h"#include "llvm/DebugInfo/CodeView/CodeView.h"#include "llvm/DebugInfo/CodeView/CodeViewError.h"#include "llvm/DebugInfo/CodeView/Line.h"#include "llvm/DebugInfo/CodeView/ModuleSubstream.h"#include "llvm/DebugInfo/MSF/StreamArray.h"#include "llvm/DebugInfo/MSF/StreamReader.h"#include "llvm/DebugInfo/MSF/StreamRef.h"#include "llvm/Support/Endian.h"#include "llvm/Support/Error.h"#include <cstdint>Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| llvm::codeview | |
| llvm::msf | |
Typedefs | |
| typedef msf::VarStreamArray < LineColumnEntry > | llvm::codeview::LineInfoArray |
| typedef msf::VarStreamArray < FileChecksumEntry > | llvm::codeview::FileChecksumArray |
Functions | |
| Error | llvm::codeview::visitModuleSubstream (const ModuleSubstream &R, IModuleSubstreamVisitor &V) |
1.8.6