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

/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyEnumDumper.cpp26 if (Symbol.getUnmodifiedTypeId() != 0) {
H A DPrettyTypeDumper.cpp112 if (Class->getUnmodifiedTypeId() != 0) {
183 if (Class.getUnmodifiedTypeId() != 0) {
258 if (Class->getUnmodifiedTypeId() != 0) {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeEnum.h42 SymIndexId getUnmodifiedTypeId() const override;
H A DNativeTypeUDT.h43 SymIndexId getUnmodifiedTypeId() const override;
H A DNativeRawSymbol.h127 SymIndexId getUnmodifiedTypeId() const override;
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp49 dumpSymbolIdField(OS, "unmodifiedTypeId", getUnmodifiedTypeId(), Indent,
83 SymIndexId NativeTypeUDT::getUnmodifiedTypeId() const { function in class:NativeTypeUDT
H A DNativeTypeEnum.cpp145 dumpSymbolIdField(OS, "unmodifiedTypeId", getUnmodifiedTypeId(), Indent,
255 SymIndexId NativeTypeEnum::getUnmodifiedTypeId() const { function in class:NativeTypeEnum
H A DNativeRawSymbol.cpp336 SymIndexId NativeRawSymbol::getUnmodifiedTypeId() const { return 0; } function in class:NativeRawSymbol
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h122 SymIndexId getUnmodifiedTypeId() const override;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h149 virtual SymIndexId getUnmodifiedTypeId() const = 0;
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp839 SymIndexId DIARawSymbol::getUnmodifiedTypeId() const { function in class:DIARawSymbol

Completed in 147 milliseconds