|
LLVM
8.0.1
|
#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/Optional.h"#include "llvm/ADT/SmallVector.h"#include "llvm/DebugInfo/CodeView/CodeView.h"#include "llvm/DebugInfo/CodeView/RecordSerialization.h"#include "llvm/DebugInfo/CodeView/TypeIndex.h"#include "llvm/DebugInfo/CodeView/TypeRecord.h"#include "llvm/DebugInfo/CodeView/TypeRecordMapping.h"#include "llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h"#include "llvm/Support/Allocator.h"#include "llvm/Support/BinaryByteStream.h"#include "llvm/Support/BinaryStreamWriter.h"#include "llvm/Support/Error.h"#include <cassert>#include <cstdint>#include <memory>#include <vector>

Go to the source code of this file.
Classes | |
| class | llvm::codeview::ContinuationRecordBuilder |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
| llvm::codeview | |
Enumerations | |
| enum | llvm::codeview::ContinuationRecordKind { llvm::codeview::ContinuationRecordKind::FieldList, llvm::codeview::ContinuationRecordKind::MethodOverloadList } |
1.8.13