LLVM
8.0.1
|
#include "llvm/ADT/APSInt.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/iterator_range.h"
#include "llvm/DebugInfo/CodeView/CVRecord.h"
#include "llvm/DebugInfo/CodeView/CodeView.h"
#include "llvm/DebugInfo/CodeView/GUID.h"
#include "llvm/DebugInfo/CodeView/TypeIndex.h"
#include "llvm/Support/BinaryStreamArray.h"
#include "llvm/Support/Endian.h"
#include <algorithm>
#include <cstdint>
#include <vector>
Go to the source code of this file.
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
llvm::codeview | |
Typedefs | |
using | llvm::codeview::CVType = CVRecord< TypeLeafKind > |
using | llvm::codeview::RemappedType = RemappedRecord< TypeLeafKind > |
using | llvm::codeview::CVTypeArray = VarStreamArray< CVType > |
using | llvm::codeview::CVTypeRange = iterator_range< CVTypeArray::Iterator > |