Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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;
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/
H A DBUILD.gn50 "Native/NativeTypeArray.cpp",
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DCMakeLists.txt75 Native/NativeTypeArray.cpp
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5240 llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h
5978 llvm/lib/DebugInfo/PDB/Native/NativeTypeArray.cpp