Home
last modified time | relevance | path

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

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