Searched refs:NativeTypeArray (Results 1 – 4 of 4) sorted by relevance
19 NativeTypeArray::NativeTypeArray(NativeSession &Session, SymIndexId Id, in NativeTypeArray() function in NativeTypeArray24 NativeTypeArray::~NativeTypeArray() {} in ~NativeTypeArray()26 void NativeTypeArray::dump(raw_ostream &OS, int Indent, in dump()45 SymIndexId NativeTypeArray::getArrayIndexTypeId() const { in getArrayIndexTypeId()49 bool NativeTypeArray::isConstType() const { return false; } in isConstType()51 bool NativeTypeArray::isUnalignedType() const { return false; } in isUnalignedType()53 bool NativeTypeArray::isVolatileType() const { return false; } in isVolatileType()55 uint32_t NativeTypeArray::getCount() const { in getCount()61 SymIndexId NativeTypeArray::getTypeId() const { in getTypeId()66 uint64_t NativeTypeArray::getLength() const { return Record.Size; } in getLength()
200 Id = createSymbolForType<NativeTypeArray, ArrayRecord>(Index, in findSymbolByTypeIndex()
22 class NativeTypeArray : public NativeRawSymbol {24 NativeTypeArray(NativeSession &Session, SymIndexId Id, codeview::TypeIndex TI,26 ~NativeTypeArray() override;
547 SRCS_EXT+= DebugInfo/PDB/Native/NativeTypeArray.cpp