Home
last modified time | relevance | path

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

/dports/devel/llvm70/llvm-7.0.1.src/tools/llvm-dwarfdump/
H A 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()
/dports/devel/llvm80/llvm-8.0.1.src/tools/llvm-dwarfdump/
H A DStatistics.cpp61 std::string VarPrefix, uint64_t ScopeLowPC, in collectStatsForDie() argument
105 if (UnitOfs + FirstDef >= ScopeLowPC) in collectStatsForDie()
106 OffsetToFirstDefinition = UnitOfs + FirstDef - ScopeLowPC; in collectStatsForDie()
146 std::string VarPrefix, uint64_t ScopeLowPC, in collectStatsRecursive() argument
193 ScopeLowPC = getLowPC(Die); in collectStatsRecursive()
204 collectStatsForDie(Die, FnPrefix, VarPrefix, ScopeLowPC, BytesInScope, in collectStatsRecursive()
222 collectStatsRecursive(Child, FnPrefix, ChildVarPrefix, ScopeLowPC, in collectStatsRecursive()
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-dwarfdump/
H A DStatistics.cpp86 std::string VarPrefix, uint64_t ScopeLowPC, in collectStatsForDie() argument
142 if (UnitOfs + FirstDef >= ScopeLowPC) in collectStatsForDie()
143 OffsetToFirstDefinition = UnitOfs + FirstDef - ScopeLowPC; in collectStatsForDie()
204 std::string VarPrefix, uint64_t ScopeLowPC, in collectStatsRecursive() argument
239 ScopeLowPC = getLowPC(Die); in collectStatsRecursive()
275 collectStatsForDie(Die, FnPrefix, VarPrefix, ScopeLowPC, BytesInScope, in collectStatsRecursive()
293 collectStatsRecursive(Child, FnPrefix, ChildVarPrefix, ScopeLowPC, in collectStatsRecursive()