Files
clang-p2996/llvm/tools/llvm-readobj/ObjDumper.cpp
Kazu Hirata 3297858c19 [llvm-readobj] Use heterogenous lookups with std::map (NFC) (#114929)
Heterogenous lookups allow us to call find with StringRef, avoiding a
temporary heap allocation of std::string.
2024-11-05 09:38:11 -08:00

8.4 KiB