Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeExeSymbol.cpp67 uint32_t NativeExeSymbol::getAge() const { in getAge() function in NativeExeSymbol
70 return IS->getAge(); in getAge()
HDInfoStream.cpp111 uint32_t InfoStream::getAge() const { return uint32_t(Header->Age); } in getAge() function in InfoStream
HDPDBFileBuilder.cpp350 H->Age = Info->getAge(); in commit()
HDDbiStream.cpp152 uint32_t DbiStream::getAge() const { return Header->Age; } in getAge() function in DbiStream
HDNativeRawSymbol.cpp113 uint32_t NativeRawSymbol::getAge() const { in getAge() function in NativeRawSymbol
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDNativeExeSymbol.h30 uint32_t getAge() const override;
HDInfoStream.h43 uint32_t getAge() const;
HDInfoStreamBuilder.h49 uint32_t getAge() const { return Age; } in getAge() function
HDDbiStream.h46 uint32_t getAge() const;
HDNativeRawSymbol.h70 uint32_t getAge() const override;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDPDBSymbolExe.h26 FORWARD_SYMBOL_METHOD(getAge)
HDIPDBRawSymbol.h94 virtual uint32_t getAge() const = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDYAMLOutputStyle.cpp162 Obj.PdbStream->Age = InfoS.getAge(); in dumpPDBStream()
208 Obj.DbiStream->Age = DS.getAge(); in dumpDbiStream()
HDllvm-pdbutil.cpp1094 Printer << ": " << GlobalScope->getAge(); in dumpPretty()
HDDumpOutputStyle.cpp254 P.formatLine("Age: {0}", PS.getAge()); in dumpFileSummary()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
HDDIARawSymbol.h65 uint32_t getAge() const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDTypeDumpVisitor.cpp356 W->printNumber("Age", TS.getAge()); in visitKnownRecord()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeRecord.h591 uint32_t getAge() const { return Age; } in getAge() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIARawSymbol.cpp588 uint32_t DIARawSymbol::getAge() const { in getAge() function in DIARawSymbol