Files
llvm/lldb/source/Interpreter
Kazu Hirata ebcdc700d6 [lldb] Use heterogenous lookups with std::map (NFC) (#115684)
Heterogenous lookups allow us to call find with StringRef, avoiding a
temporary heap allocation of std::string.  Note that CommandMap just
started accepting heterogeneous lookups (#115634).
2024-11-11 00:00:20 -08:00
..