Searched refs:MakeRangeList (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbUtil.cpp | 33 MakeRangeList(const PdbIndex &index, const LocalVariableAddrRange &range, in MakeRangeList() function 643 Variable::RangeList ranges = MakeRangeList(index, loc.Range, loc.Gaps); in GetVariableLocationInfo() 679 Variable::RangeList ranges = MakeRangeList(index, loc.Range, loc.Gaps); in GetVariableLocationInfo() 705 result.ranges = MakeRangeList(index, loc.Range, loc.Gaps); in GetVariableLocationInfo() 764 *result.ranges, MakeRangeList(index, loc.Range, loc.Gaps)); in GetVariableLocationInfo() 766 result.ranges = MakeRangeList(index, loc.Range, loc.Gaps); in GetVariableLocationInfo()
|