Searched refs:ScopeLowPC (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 61 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()
|