Searched refs:NativeTypeArray (Results 1 – 4 of 4) sorted by relevance
20 NativeTypeArray::NativeTypeArray(NativeSession &Session, SymIndexId Id, in NativeTypeArray() function in NativeTypeArray25 NativeTypeArray::~NativeTypeArray() = default;27 void NativeTypeArray::dump(raw_ostream &OS, int Indent, in dump()46 SymIndexId NativeTypeArray::getArrayIndexTypeId() const { in getArrayIndexTypeId()50 bool NativeTypeArray::isConstType() const { return false; } in isConstType()52 bool NativeTypeArray::isUnalignedType() const { return false; } in isUnalignedType()54 bool NativeTypeArray::isVolatileType() const { return false; } in isVolatileType()56 uint32_t NativeTypeArray::getCount() const { in getCount()62 SymIndexId NativeTypeArray::getTypeId() const { in getTypeId()67 uint64_t NativeTypeArray::getLength() const { return Record.Size; } in getLength()
205 Id = createSymbolForType<NativeTypeArray, ArrayRecord>(Index, in findSymbolByTypeIndex()
22 class NativeTypeArray : public NativeRawSymbol {24 NativeTypeArray(NativeSession &Session, SymIndexId Id, codeview::TypeIndex TI,26 ~NativeTypeArray() override;
633 SRCS_EXT+= DebugInfo/PDB/Native/NativeTypeArray.cpp