HomeSort by: relevance | last modified time | path
    Searched refs:Age (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
CVDebugRecord.h 33 support::ulittle32_t Age;
41 support::ulittle32_t Age;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
InfoStreamBuilder.h 40 // PDB GUID and as Signature. The age is always 1.
49 uint32_t getAge() const { return Age; }
65 uint32_t Age;
RawTypes.h 123 /// How "old" is this DBI Stream. Should match the age of the PDB InfoStream.
124 support::ulittle32_t Age;
307 support::ulittle32_t Age;
325 support::ulittle32_t Age; // Age
DbiStreamBuilder.h 111 uint32_t Age;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
InfoStreamBuilder.cpp 27 : Msf(Msf), Ver(PdbRaw_ImplVer::PdbImplVC70), Age(0),
42 void InfoStreamBuilder::setAge(uint32_t A) { Age = A; }
DbiStreamBuilder.cpp 29 : Msf(Msf), Allocator(Msf.getAllocator()), Age(1), BuildNumber(0),
37 void DbiStreamBuilder::setAge(uint32_t A) { Age = A; }
265 H->Age = Age;
InfoStream.cpp 111 uint32_t InfoStream::getAge() const { return uint32_t(Header->Age); }
PDBFileBuilder.cpp 336 H->Age = 1;
348 H->Age = Info->getAge();
DbiStream.cpp 152 uint32_t DbiStream::getAge() const { return Header->Age; }
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PdbYaml.h 58 uint32_t Age = 1;
79 uint32_t Age = 1;
ExplainOutputStyle.cpp 307 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));
PdbYaml.cpp 143 IO.mapOptional("Age", Obj.Age, 1U);
152 IO.mapOptional("Age", Obj.Age, 1U);
YAMLOutputStyle.cpp 162 Obj.PdbStream->Age = InfoS.getAge();
208 Obj.DbiStream->Age = DS.getAge();
  /src/external/gpl3/binutils/dist/include/coff/
pe.h 600 char Age[4];
609 char Age[4];
internal.h 154 unsigned long Age;
  /src/external/gpl3/binutils.old/dist/include/coff/
pe.h 600 char Age[4];
609 char Age[4];
internal.h 163 unsigned long Age;
  /src/external/gpl3/gdb.old/dist/include/coff/
pe.h 600 char Age[4];
609 char Age[4];
internal.h 163 unsigned long Age;
  /src/external/gpl3/gdb/dist/include/coff/
pe.h 600 char Age[4];
609 char Age[4];
internal.h 154 unsigned long Age;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 578 TypeServer2Record(StringRef GuidStr, uint32_t Age, StringRef Name)
579 : TypeRecord(TypeRecordKind::TypeServer2), Age(Age), Name(Name) {
585 uint32_t getAge() const { return Age; }
589 uint32_t Age = 0;
  /src/external/gpl3/binutils/dist/bfd/
peXXigen.c 1159 cvinfo->Age = 0;
1166 cvinfo->Age = H_GET_32(abfd, cvinfo70->Age);
1188 cvinfo->Age = H_GET_32(abfd, cvinfo20->Age);
1229 H_PUT_32 (abfd, cvinfo->Age, cvinfo70->Age);
2686 fprintf (file, _("(format %c%c%c%c signature %s age %ld pdb %s)\n"),
2688 signature, cvinfo->Age, pdb[0] ? pdb : "(none)");
  /src/external/gpl3/binutils.old/dist/bfd/
peXXigen.c 1147 cvinfo->Age = 0;
1154 cvinfo->Age = H_GET_32(abfd, cvinfo70->Age);
1176 cvinfo->Age = H_GET_32(abfd, cvinfo20->Age);
1217 H_PUT_32 (abfd, cvinfo->Age, cvinfo70->Age);
2674 fprintf (file, _("(format %c%c%c%c signature %s age %ld pdb %s)\n"),
2676 signature, cvinfo->Age, pdb[0] ? pdb : "(none)");
  /src/external/gpl3/gdb.old/dist/bfd/
peXXigen.c 1142 cvinfo->Age = 0;
1149 cvinfo->Age = H_GET_32(abfd, cvinfo70->Age);
1171 cvinfo->Age = H_GET_32(abfd, cvinfo20->Age);
1212 H_PUT_32 (abfd, cvinfo->Age, cvinfo70->Age);
2669 fprintf (file, _("(format %c%c%c%c signature %s age %ld pdb %s)\n"),
2671 signature, cvinfo->Age, pdb[0] ? pdb : "(none)");

Completed in 39 milliseconds

1 2