llvm-project/bolt/lib/Rewrite
Maksim Panchenko dc8035bddd [BOLT][NFCI] Avoid calling registerName() twice
Calling registerName() for the same symbol twice, even with a different
size, has no effect other than the lookup overhead. Avoid the
redundancy.

Fixes facebookincubator/BOLT#299

Reviewed By: Amir

Differential Revision: https://reviews.llvm.org/D136115
2022-10-17 16:16:31 -07:00
..
BinaryPassManager.cpp [BOLT] Add pass to fix ambiguous memory references 2022-10-12 18:39:50 -07:00
BoltDiff.cpp [BOLT] Towards FunctionLayout const-correctness 2022-08-24 16:32:33 -07:00
CMakeLists.txt [BOLT] Support building bolt when LLVM_LINK_LLVM_DYLIB is ON 2022-09-23 07:59:30 +02:00
DWARFRewriter.cpp [BOLT][DWARF] Fix updating CU that has no entry in .debug_addr 2022-08-25 17:03:11 -07:00
ExecutableFileMemoryManager.cpp [BOLT] Section-handling refactoring/overhaul 2022-10-13 23:10:39 -07:00
MachORewriteInstance.cpp [BOLT] Section-handling refactoring/overhaul 2022-10-13 23:10:39 -07:00
RewriteInstance.cpp [BOLT][NFCI] Avoid calling registerName() twice 2022-10-17 16:16:31 -07:00