Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
DStatistics.cpp50 uint64_t ScopeLowPC, uint64_t BytesInScope, in collectStatsForDie() argument
76 if (UnitOfs + FirstDef >= ScopeLowPC) in collectStatsForDie()
77 OffsetToFirstDefinition = UnitOfs + FirstDef - ScopeLowPC; in collectStatsForDie()
119 uint64_t ScopeLowPC, uint64_t BytesInScope, in collectStatsRecursive() argument
156 ScopeLowPC = getLowPC(Die); in collectStatsRecursive()
162 collectStatsForDie(Die, Prefix, ScopeLowPC, BytesInScope, FnStatMap, in collectStatsRecursive()
169 collectStatsRecursive(Child, Prefix, ScopeLowPC, BytesInScope, FnStatMap, in collectStatsRecursive()