Home
last modified time | relevance | path

Searched defs:getAge (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStreamBuilder.h46 uint32_t getAge() const { return Age; } in getAge() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeExeSymbol.cpp67 uint32_t NativeExeSymbol::getAge() const { in getAge() function in NativeExeSymbol
H A DInfoStream.cpp109 uint32_t InfoStream::getAge() const { return uint32_t(Header->Age); } in getAge() function in InfoStream
H A DDbiStream.cpp150 uint32_t DbiStream::getAge() const { return Header->Age; } in getAge() function in DbiStream
H A DNativeRawSymbol.cpp112 uint32_t NativeRawSymbol::getAge() const { in getAge() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp588 uint32_t DIARawSymbol::getAge() const { in getAge() function in DIARawSymbol
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h586 uint32_t getAge() const { return Age; } in getAge() function