Home
last modified time | relevance | path

Searched refs:Age (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCVDebugRecord.h33 support::ulittle32_t Age; member
41 support::ulittle32_t Age; member
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStreamBuilder.h46 uint32_t getAge() const { return Age; } in getAge()
62 uint32_t Age; variable
H A DRawTypes.h124 support::ulittle32_t Age; member
307 support::ulittle32_t Age; member
325 support::ulittle32_t Age; // Age member
H A DDbiStreamBuilder.h108 uint32_t Age; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStreamBuilder.cpp26 : Msf(Msf), Ver(PdbRaw_ImplVer::PdbImplVC70), Age(0), in InfoStreamBuilder()
41 void InfoStreamBuilder::setAge(uint32_t A) { Age = A; }
H A DDbiStreamBuilder.cpp29 : Msf(Msf), Allocator(Msf.getAllocator()), Age(1), BuildNumber(0), in DbiStreamBuilder()
37 void DbiStreamBuilder::setAge(uint32_t A) { Age = A; }
265 H->Age = Age; in finalize()
H A DPDBFileBuilder.cpp353 H->Age = 1; in commit()
365 H->Age = Info->getAge();
H A DInfoStream.cpp109 uint32_t InfoStream::getAge() const { return uint32_t(Header->Age); } in getAge()
H A DDbiStream.cpp150 uint32_t DbiStream::getAge() const { return Header->Age; } in getAge()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DUUID.cpp42 llvm::sys::swapByteOrder(debug_info.Age); in UUID()
43 if (debug_info.Age) in UUID()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPdbYaml.h54 uint32_t Age = 1; member
75 uint32_t Age = 1; member
H A DExplainOutputStyle.cpp309 else if (Offset < endof(DbiStreamHeader, Age)) in explainDbiHeaderOffset()
310 printStructField(P, "the age of the DBI Stream", uint32_t(Header->Age)); in explainDbiHeaderOffset()
447 else if (Offset < endof(InfoStreamHeader, Age)) in explainPdbStreamHeaderOffset()
448 printStructField(P, "the age of the PDB", uint32_t(Header->Age)); in explainPdbStreamHeaderOffset()
H A DPdbYaml.cpp143 IO.mapOptional("Age", Obj.Age, 1U); in mapping()
152 IO.mapOptional("Age", Obj.Age, 1U); in mapping()
H A DYAMLOutputStyle.cpp162 Obj.PdbStream->Age = InfoS.getAge(); in dumpPDBStream()
208 Obj.DbiStream->Age = DS.getAge(); in dumpDbiStream()
H A DMinimalTypeDumper.cpp438 P.formatLine("name = {0}, age = {1}, guid = {2}", TS.Name, TS.Age, TS.Guid); in visitKnownRecord()
H A Dllvm-pdbutil.cpp819 InfoBuilder.setAge(Info.Age); in yamlToPdb()
828 DbiBuilder.setAge(Dbi.Age); in yamlToPdb()
1120 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Age"; in dumpPretty()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DUUID.h46 llvm::support::ulittle32_t Age; member
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h579 TypeServer2Record(StringRef GuidStr, uint32_t Age, StringRef Name) in TypeServer2Record() argument
580 : TypeRecord(TypeRecordKind::TypeServer2), Age(Age), Name(Name) { in TypeServer2Record()
586 uint32_t getAge() const { return Age; } in getAge()
590 uint32_t Age = 0; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp33 debug_info.Age = DS.getAge(); in LLDB_PLUGIN_DEFINE()
/freebsd/share/doc/papers/
H A Dbsdreferences.bib332 title = {The CHERI Capability Model: Revisiting RISC in an Age of Risk},
348 title = {The CHERI Capability Model: Revisiting RISC in an Age of Risk},
/freebsd/contrib/googletest/googletest/cmake/
H A Dinternal_utils.cmake126 # CMake 2.8 changes Visual Age's compiler ID to "XL".
129 # Until version 9.0, Visual Age doesn't define a macro to indicate
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp71 if (pdb70_uuid->Age != 0) in GetModuleUUID()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1649 buildId->PDB70.Age = 1; in initialize()
1663 dbiBuilder.setAge(buildId->PDB70.Age); in initialize()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp623 error(IO.mapInteger(Record.Age, "Age")); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp563 IO.mapRequired("Age", Record.Age); in map()

12