Searched refs:Age (Results 1 - 23 of 23) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCVDebugRecord.h33 support::ulittle32_t Age; member in struct:codeview::PDB70DebugInfo
41 support::ulittle32_t Age; member in struct:codeview::PDB20DebugInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStreamBuilder.h49 uint32_t getAge() const { return Age; }
65 uint32_t Age; member in class:llvm::pdb::InfoStreamBuilder
H A DRawTypes.h124 support::ulittle32_t Age; member in struct:llvm::DbiStreamHeader
307 support::ulittle32_t Age; member in struct:llvm::InfoStreamHeader
325 support::ulittle32_t Age; // Age member in struct:llvm::SrcHeaderBlockHeader
H A DDbiStreamBuilder.h111 uint32_t Age; member in class:llvm::pdb::DbiStreamBuilder
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStreamBuilder.cpp27 : Msf(Msf), Ver(PdbRaw_ImplVer::PdbImplVC70), Age(0),
42 void InfoStreamBuilder::setAge(uint32_t A) { Age = A; }
H A DDbiStreamBuilder.cpp28 : Msf(Msf), Allocator(Msf.getAllocator()), Age(1), BuildNumber(0),
36 void DbiStreamBuilder::setAge(uint32_t A) { Age = A; }
264 H->Age = Age;
H A DInfoStream.cpp111 uint32_t InfoStream::getAge() const { return uint32_t(Header->Age); }
H A DPDBFileBuilder.cpp337 H->Age = 1;
349 H->Age = Info->getAge();
H A DDbiStream.cpp152 uint32_t DbiStream::getAge() const { return Header->Age; }
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPdbYaml.h58 uint32_t Age = 1; member in struct:llvm::pdb::yaml::PdbInfoStream
79 uint32_t Age = 1; member in struct:llvm::pdb::yaml::PdbDbiStream
H A DExplainOutputStyle.cpp307 else if (Offset < endof(DbiStreamHeader, Age))
308 printStructField(P, "the age of the DBI Stream", uint32_t(Header->Age));
445 else if (Offset < endof(InfoStreamHeader, Age))
446 printStructField(P, "the age of the PDB", uint32_t(Header->Age));
H A DPdbYaml.cpp143 IO.mapOptional("Age", Obj.Age, 1U);
152 IO.mapOptional("Age", Obj.Age, 1U);
H A DYAMLOutputStyle.cpp162 Obj.PdbStream->Age = InfoS.getAge();
208 Obj.DbiStream->Age = DS.getAge();
H A DMinimalTypeDumper.cpp433 P.formatLine("name = {0}, age = {1}, guid = {2}", TS.Name, TS.Age, TS.Guid);
H A Dllvm-pdbutil.cpp795 InfoBuilder.setAge(Info.Age);
804 DbiBuilder.setAge(Dbi.Age);
1097 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Age";
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpTypes.h52 llvm::support::ulittle32_t Age; member in struct:lldb_private::minidump::CvRecordPdb70
H A DMinidumpParser.cpp80 llvm::sys::swapByteOrder(swapped.Age);
83 if (pdb70_uuid->Age != 0)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h584 TypeServer2Record(StringRef GuidStr, uint32_t Age, StringRef Name) argument
585 : TypeRecord(TypeRecordKind::TypeServer2), Age(Age), Name(Name) {
591 uint32_t getAge() const { return Age; }
595 uint32_t Age = 0; member in class:llvm::codeview::TypeServer2Record
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1390 buildId->PDB70.Age = 1;
1404 dbiBuilder.setAge(buildId->PDB70.Age);
H A DWriter.cpp1808 // timestamp as well as a Guid and Age of the PDB.
1840 buildId->buildId->PDB70.Age = 1;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp579 error(IO.mapInteger(Record.Age, "Age"));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp554 IO.mapRequired("Age", Record.Age);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp750 W.printNumber("PDBAge", DebugInfo->PDB70.Age);

Completed in 274 milliseconds