HomeSort by: relevance | last modified time | path
    Searched refs:getAge (Results 1 - 19 of 19) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
NativeExeSymbol.h 30 uint32_t getAge() const override;
InfoStream.h 43 uint32_t getAge() const;
InfoStreamBuilder.h 49 uint32_t getAge() const { return Age; }
DbiStream.h 46 uint32_t getAge() const;
NativeRawSymbol.h 70 uint32_t getAge() const override;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolExe.h 26 FORWARD_SYMBOL_METHOD(getAge)
IPDBRawSymbol.h 90 virtual uint32_t getAge() const = 0;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeExeSymbol.cpp 67 uint32_t NativeExeSymbol::getAge() const {
70 return IS->getAge();
InfoStream.cpp 111 uint32_t InfoStream::getAge() const { return uint32_t(Header->Age); }
PDBFileBuilder.cpp 348 H->Age = Info->getAge();
DbiStream.cpp 152 uint32_t DbiStream::getAge() const { return Header->Age; }
NativeRawSymbol.cpp 113 uint32_t NativeRawSymbol::getAge() const {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
YAMLOutputStyle.cpp 162 Obj.PdbStream->Age = InfoS.getAge();
208 Obj.DbiStream->Age = DS.getAge();
DumpOutputStyle.cpp 254 P.formatLine("Age: {0}", PS.getAge());
llvm-pdbutil.cpp 1097 Printer << ": " << GlobalScope->getAge();
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
DIARawSymbol.h 65 uint32_t getAge() const override;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeDumpVisitor.cpp 356 W->printNumber("Age", TS.getAge());
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 585 uint32_t getAge() const { return Age; }
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 588 uint32_t DIARawSymbol::getAge() const {

Completed in 53 milliseconds