Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp111 if (Class->getUnmodifiedTypeId() != 0) { in filterAndSortClassDefs()
182 if (Class.getUnmodifiedTypeId() != 0) { in printClassDecl()
257 if (Class->getUnmodifiedTypeId() != 0) { in start()
H A DPrettyEnumDumper.cpp26 if (Symbol.getUnmodifiedTypeId() != 0) { in start()
/freebsd-12.1/contrib/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.cpp143 dumpSymbolIdField(OS, "unmodifiedTypeId", getUnmodifiedTypeId(), Indent, in dump()
251 SymIndexId NativeTypeEnum::getUnmodifiedTypeId() const { in getUnmodifiedTypeId() function in NativeTypeEnum
H A DNativeRawSymbol.cpp338 SymIndexId NativeRawSymbol::getUnmodifiedTypeId() const { return 0; } in getUnmodifiedTypeId() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeEnum.h42 SymIndexId getUnmodifiedTypeId() const override;
H A DNativeTypeUDT.h41 SymIndexId getUnmodifiedTypeId() const override;
H A DNativeRawSymbol.h128 SymIndexId getUnmodifiedTypeId() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h123 SymIndexId getUnmodifiedTypeId() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h154 virtual SymIndexId getUnmodifiedTypeId() const = 0;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp840 SymIndexId DIARawSymbol::getUnmodifiedTypeId() const { in getUnmodifiedTypeId() function in DIARawSymbol