/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeExeSymbol.cpp | 67 uint32_t NativeExeSymbol::getAge() const { in getAge() function in NativeExeSymbol 70 return IS->getAge(); in getAge()
|
H A D | InfoStream.cpp | 109 uint32_t InfoStream::getAge() const { return uint32_t(Header->Age); } in getAge() function in InfoStream
|
H A D | PDBFileBuilder.cpp | 365 H->Age = Info->getAge();
|
H A D | DbiStream.cpp | 150 uint32_t DbiStream::getAge() const { return Header->Age; } in getAge() function in DbiStream
|
H A D | NativeRawSymbol.cpp | 112 uint32_t NativeRawSymbol::getAge() const { in getAge() function in NativeRawSymbol
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativeExeSymbol.h | 33 uint32_t getAge() const override;
|
H A D | InfoStream.h | 39 uint32_t getAge() const;
|
H A D | InfoStreamBuilder.h | 46 uint32_t getAge() const { return Age; } in getAge() function
|
H A D | DbiStream.h | 48 uint32_t getAge() const;
|
H A D | NativeRawSymbol.h | 70 uint32_t getAge() const override;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBSymbolExe.h | 26 FORWARD_SYMBOL_METHOD(getAge)
|
H A D | IPDBRawSymbol.h | 90 virtual uint32_t getAge() const = 0;
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | YAMLOutputStyle.cpp | 162 Obj.PdbStream->Age = InfoS.getAge(); in dumpPDBStream() 208 Obj.DbiStream->Age = DS.getAge(); in dumpDbiStream()
|
H A D | llvm-pdbutil.cpp | 1121 Printer << ": " << GlobalScope->getAge(); in dumpPretty()
|
H A D | DumpOutputStyle.cpp | 255 P.formatLine("Age: {0}", PS.getAge()); in dumpFileSummary()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/ |
H A D | ObjectFilePDB.cpp | 33 debug_info.Age = DS.getAge(); in LLDB_PLUGIN_DEFINE()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.h | 65 uint32_t getAge() const override;
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeDumpVisitor.cpp | 357 W->printNumber("Age", TS.getAge()); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 586 uint32_t getAge() const { return Age; } in getAge() function
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.cpp | 375 W.printNumber("Age", TS.getAge()); in loadTypeServer()
|
H A D | LVCodeViewVisitor.cpp | 2499 W.printNumber("Age", TS.getAge()); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.cpp | 588 uint32_t DIARawSymbol::getAge() const { in getAge() function in DIARawSymbol
|