Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeArray.cpp19 NativeTypeArray::NativeTypeArray(NativeSession &Session, SymIndexId Id, in NativeTypeArray() function in NativeTypeArray
24 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()
H A DSymbolCache.cpp200 Id = createSymbolForType<NativeTypeArray, ArrayRecord>(Index, in findSymbolByTypeIndex()
/netbsd-src/external/apache2/llvm/dist/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;
/netbsd-src/external/apache2/llvm/lib/libLLVMDebugInfoPDB/
H A DMakefile84 NativeTypeArray.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/
H A DBUILD.gn46 "Native/NativeTypeArray.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DCMakeLists.txt72 Native/NativeTypeArray.cpp