Home
last modified time | relevance | path

Searched refs:getUnmodifiedTypeId (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp112 if (Class->getUnmodifiedTypeId() != 0) { in filterAndSortClassDefs()
183 if (Class.getUnmodifiedTypeId() != 0) { in printClassDecl()
258 if (Class->getUnmodifiedTypeId() != 0) { in start()
H A DPrettyEnumDumper.cpp26 if (Symbol.getUnmodifiedTypeId() != 0) { in start()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp49 dumpSymbolIdField(OS, "unmodifiedTypeId", getUnmodifiedTypeId(), Indent, in dump()
83 SymIndexId NativeTypeUDT::getUnmodifiedTypeId() const { in getUnmodifiedTypeId() function in NativeTypeUDT
H A DNativeTypeEnum.cpp144 dumpSymbolIdField(OS, "unmodifiedTypeId", getUnmodifiedTypeId(), Indent, in dump()
254 SymIndexId NativeTypeEnum::getUnmodifiedTypeId() const { in getUnmodifiedTypeId() function in NativeTypeEnum
H A DNativeRawSymbol.cpp336 SymIndexId NativeRawSymbol::getUnmodifiedTypeId() const { return 0; } in getUnmodifiedTypeId() function in NativeRawSymbol
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeEnum.h43 SymIndexId getUnmodifiedTypeId() const override;
H A DNativeTypeUDT.h44 SymIndexId getUnmodifiedTypeId() const override;
H A DNativeRawSymbol.h127 SymIndexId getUnmodifiedTypeId() const override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h122 SymIndexId getUnmodifiedTypeId() const override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h149 virtual SymIndexId getUnmodifiedTypeId() const = 0;
/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp300 MOCK_SYMBOL_ACCESSOR(getUnmodifiedTypeId)
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp839 SymIndexId DIARawSymbol::getUnmodifiedTypeId() const { in getUnmodifiedTypeId() function in DIARawSymbol