Searched refs:getAge (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeExeSymbol.h30 uint32_t getAge() const override;
H A DInfoStream.h43 uint32_t getAge() const;
H A DInfoStreamBuilder.h49 uint32_t getAge() const { return Age; } function in class:llvm::pdb::InfoStreamBuilder
H A DDbiStream.h46 uint32_t getAge() const;
H A DNativeRawSymbol.h70 uint32_t getAge() const override;
/freebsd-13-stable/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-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeExeSymbol.cpp67 uint32_t NativeExeSymbol::getAge() const { function in class:NativeExeSymbol
70 return IS->getAge();
H A DInfoStream.cpp111 uint32_t InfoStream::getAge() const { return uint32_t(Header->Age); } function in class:InfoStream
H A DPDBFileBuilder.cpp349 H->Age = Info->getAge();
H A DDbiStream.cpp152 uint32_t DbiStream::getAge() const { return Header->Age; } function in class:DbiStream
H A DNativeRawSymbol.cpp113 uint32_t NativeRawSymbol::getAge() const { function in class:NativeRawSymbol
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp162 Obj.PdbStream->Age = InfoS.getAge();
208 Obj.DbiStream->Age = DS.getAge();
H A DDumpOutputStyle.cpp254 P.formatLine("Age: {0}", PS.getAge());
H A Dllvm-pdbutil.cpp1098 Printer << ": " << GlobalScope->getAge();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h65 uint32_t getAge() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp356 W->printNumber("Age", TS.getAge());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h591 uint32_t getAge() const { return Age; } function in class:llvm::codeview::TypeServer2Record
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp588 uint32_t DIARawSymbol::getAge() const { function in class:DIARawSymbol

Completed in 189 milliseconds