Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDPrettyTypeDumper.cpp112 if (Class->getUnmodifiedTypeId() != 0) { in filterAndSortClassDefs()
183 if (Class.getUnmodifiedTypeId() != 0) { in printClassDecl()
258 if (Class->getUnmodifiedTypeId() != 0) { in start()
HDPrettyEnumDumper.cpp26 if (Symbol.getUnmodifiedTypeId() != 0) { in start()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeTypeUDT.cpp49 dumpSymbolIdField(OS, "unmodifiedTypeId", getUnmodifiedTypeId(), Indent, in dump()
83 SymIndexId NativeTypeUDT::getUnmodifiedTypeId() const { in getUnmodifiedTypeId() function in NativeTypeUDT
HDNativeTypeEnum.cpp145 dumpSymbolIdField(OS, "unmodifiedTypeId", getUnmodifiedTypeId(), Indent, in dump()
255 SymIndexId NativeTypeEnum::getUnmodifiedTypeId() const { in getUnmodifiedTypeId() function in NativeTypeEnum
HDNativeRawSymbol.cpp336 SymIndexId NativeRawSymbol::getUnmodifiedTypeId() const { return 0; } in getUnmodifiedTypeId() function in NativeRawSymbol
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDNativeTypeEnum.h42 SymIndexId getUnmodifiedTypeId() const override;
HDNativeTypeUDT.h43 SymIndexId getUnmodifiedTypeId() const override;
HDNativeRawSymbol.h127 SymIndexId getUnmodifiedTypeId() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
HDDIARawSymbol.h122 SymIndexId getUnmodifiedTypeId() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDIPDBRawSymbol.h149 virtual SymIndexId getUnmodifiedTypeId() const = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIARawSymbol.cpp839 SymIndexId DIARawSymbol::getUnmodifiedTypeId() const { in getUnmodifiedTypeId() function in DIARawSymbol