Home
last modified time | relevance | path

Searched refs:NativeTypeArray (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeArray.cpp20 NativeTypeArray::NativeTypeArray(NativeSession &Session, SymIndexId Id, in NativeTypeArray() function in NativeTypeArray
25 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()
H A DSymbolCache.cpp205 Id = createSymbolForType<NativeTypeArray, ArrayRecord>(Index, in findSymbolByTypeIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeArray.h22 class NativeTypeArray : public NativeRawSymbol {
24 NativeTypeArray(NativeSession &Session, SymIndexId Id, codeview::TypeIndex TI,
26 ~NativeTypeArray() override;
/freebsd/lib/clang/libllvm/
H A DMakefile633 SRCS_EXT+= DebugInfo/PDB/Native/NativeTypeArray.cpp