Home
last modified time | relevance | path

Searched refs:getAge (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeExeSymbol.cpp67 uint32_t NativeExeSymbol::getAge() const { in getAge() function in NativeExeSymbol
70 return IS->getAge(); in getAge()
H A DInfoStream.cpp109 uint32_t InfoStream::getAge() const { return uint32_t(Header->Age); } in getAge() function in InfoStream
H A DPDBFileBuilder.cpp365 H->Age = Info->getAge();
H A DDbiStream.cpp150 uint32_t DbiStream::getAge() const { return Header->Age; } in getAge() function in DbiStream
H A DNativeRawSymbol.cpp112 uint32_t NativeRawSymbol::getAge() const { in getAge() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeExeSymbol.h33 uint32_t getAge() const override;
H A DInfoStream.h39 uint32_t getAge() const;
H A DInfoStreamBuilder.h46 uint32_t getAge() const { return Age; } in getAge() function
H A DDbiStream.h48 uint32_t getAge() const;
H A DNativeRawSymbol.h70 uint32_t getAge() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolExe.h26 FORWARD_SYMBOL_METHOD(getAge)
H A DIPDBRawSymbol.h90 virtual uint32_t getAge() const = 0;
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp162 Obj.PdbStream->Age = InfoS.getAge(); in dumpPDBStream()
208 Obj.DbiStream->Age = DS.getAge(); in dumpDbiStream()
H A Dllvm-pdbutil.cpp1121 Printer << ": " << GlobalScope->getAge(); in dumpPretty()
H A DDumpOutputStyle.cpp255 P.formatLine("Age: {0}", PS.getAge()); in dumpFileSummary()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp33 debug_info.Age = DS.getAge(); in LLDB_PLUGIN_DEFINE()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h65 uint32_t getAge() const override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp357 W->printNumber("Age", TS.getAge()); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h586 uint32_t getAge() const { return Age; } in getAge() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp375 W.printNumber("Age", TS.getAge()); in loadTypeServer()
H A DLVCodeViewVisitor.cpp2499 W.printNumber("Age", TS.getAge()); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp588 uint32_t DIARawSymbol::getAge() const { in getAge() function in DIARawSymbol