| 66 | } |
| 67 | |
| 68 | const SourcecodeLineMapping* FindLineMapping(uintptr_t FileBegin) const { |
| 69 | return Find(FileBegin, SortedLineMappings); |
| 70 | } |
| 71 | |
| 72 | const SourcecodeSymbolMapping* FindSymbolMapping(uintptr_t FileBegin) const { |
| 73 | return Find(FileBegin, SortedSymbolMappings); |