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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeEnum.h41 SymIndexId getUnmodifiedTypeId() const override;
H A DNativeTypeUDT.h40 SymIndexId getUnmodifiedTypeId() const override;
H A DNativeRawSymbol.h127 SymIndexId getUnmodifiedTypeId() const override;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyEnumDumper.cpp25 if (Symbol.getUnmodifiedTypeId() != 0) {
H A DPrettyTypeDumper.cpp110 if (Class->getUnmodifiedTypeId() != 0) {
181 if (Class.getUnmodifiedTypeId() != 0) {
256 if (Class->getUnmodifiedTypeId() != 0) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp48 dumpSymbolIdField(OS, "unmodifiedTypeId", getUnmodifiedTypeId(), Indent,
82 SymIndexId NativeTypeUDT::getUnmodifiedTypeId() const { function in class:NativeTypeUDT
H A DNativeTypeEnum.cpp142 dumpSymbolIdField(OS, "unmodifiedTypeId", getUnmodifiedTypeId(), Indent,
250 SymIndexId NativeTypeEnum::getUnmodifiedTypeId() const { function in class:NativeTypeEnum
H A DNativeRawSymbol.cpp337 SymIndexId NativeRawSymbol::getUnmodifiedTypeId() const { return 0; } function in class:NativeRawSymbol
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h122 SymIndexId getUnmodifiedTypeId() const override;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h153 virtual SymIndexId getUnmodifiedTypeId() const = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp839 SymIndexId DIARawSymbol::getUnmodifiedTypeId() const { function in class:DIARawSymbol

Completed in 242 milliseconds