Files
rust/compiler/rustc_codegen_llvm/src
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
..
2023-05-26 15:18:54 -04:00
2023-05-26 15:18:54 -04:00