9#ifndef LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEENUM_H
10#define LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEENUM_H
22class NativeTypeBuiltin;
37 std::unique_ptr<IPDBEnumSymbols>
47 std::string
getName()
const override;
67 std::optional<codeview::EnumRecord>
Record;
The instances of the Type class are immutable: once they are created, they are never changed.
codeview::TypeIndex Index
bool isVolatileType() const override
bool isScoped() const override
bool hasOverloadedOperator() const override
bool isIntrinsic() const override
bool isPacked() const override
std::string getName() const override
void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields, PdbSymbolIdField RecurseIdFields) const override
bool hasAssignmentOperator() const override
bool isNested() const override
bool isValueUdt() const override
bool isUnalignedType() const override
bool isInterfaceUdt() const override
std::unique_ptr< IPDBEnumSymbols > findChildren(PDB_SymType Type) const override
bool hasCastOperator() const override
PDB_BuiltinType getBuiltinType() const override
bool hasConstructor() const override
SymIndexId getTypeId() const override
bool isConstType() const override
const codeview::EnumRecord & getEnumRecord() const
const NativeTypeBuiltin & getUnderlyingBuiltinType() const
bool hasNestedTypes() const override
PDB_SymType getSymTag() const override
SymIndexId getUnmodifiedTypeId() const override
std::optional< codeview::ModifierRecord > Modifiers
~NativeTypeEnum() override
NativeTypeEnum * UnmodifiedType
uint64_t getLength() const override
std::optional< codeview::EnumRecord > Record
bool isRefUdt() const override
This class implements an extremely fast bulk output stream that can only output to a stream.
PDB_BuiltinType
These values correspond to the Basictype enumeration, and are documented here: https://msdn....
PDB_SymType
These values correspond to the SymTagEnum enumeration, and are documented here: https://msdn....
This is an optimization pass for GlobalISel generic memory operations.