Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp110 if (Class->getUnmodifiedTypeId() != 0) { in filterAndSortClassDefs()
181 if (Class.getUnmodifiedTypeId() != 0) { in printClassDecl()
256 if (Class->getUnmodifiedTypeId() != 0) { in start()
H A DPrettyEnumDumper.cpp25 if (Symbol.getUnmodifiedTypeId() != 0) { in start()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp48 dumpSymbolIdField(OS, "unmodifiedTypeId", getUnmodifiedTypeId(), Indent, in dump()
82 SymIndexId NativeTypeUDT::getUnmodifiedTypeId() const { in getUnmodifiedTypeId() function in NativeTypeUDT
H A DNativeTypeEnum.cpp142 dumpSymbolIdField(OS, "unmodifiedTypeId", getUnmodifiedTypeId(), Indent, in dump()
250 SymIndexId NativeTypeEnum::getUnmodifiedTypeId() const { in getUnmodifiedTypeId() function in NativeTypeEnum
H A DNativeRawSymbol.cpp337 SymIndexId NativeRawSymbol::getUnmodifiedTypeId() const { return 0; } in getUnmodifiedTypeId() function in NativeRawSymbol
/netbsd-src/external/apache2/llvm/dist/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;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h122 SymIndexId getUnmodifiedTypeId() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h149 virtual SymIndexId getUnmodifiedTypeId() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp839 SymIndexId DIARawSymbol::getUnmodifiedTypeId() const { in getUnmodifiedTypeId() function in DIARawSymbol