Files
rust/compiler/rustc_codegen_llvm/src/debuginfo
Nicholas Nethercote b4c6e19ade Replace a lookup_debug_loc call.
`lookup_debug_loc` finds a file, line, and column, which requires two
binary searches. But this call site only needs the file.

This commit replaces the call with `lookup_source_file`, which does a
single binary search.
2023-06-29 11:31:43 +10:00
..
2022-05-02 17:40:30 -07:00
2023-06-29 11:26:39 +10:00
2023-03-02 23:46:44 +04:00