LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
Go to the source code of this file.
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
llvm::codeview | |
Functions | |
bool | llvm::codeview::isUdtForwardRef (CVType CVT) |
Given an arbitrary codeview type, determine if it is an LF_STRUCTURE, LF_CLASS, LF_INTERFACE, LF_UNION, or LF_ENUM with the forward ref class option. More... | |
TypeIndex | llvm::codeview::getModifiedType (const CVType &CVT) |
Given a CVType which is assumed to be an LF_MODIFIER, return the TypeIndex of the type that the LF_MODIFIER modifies. More... | |