Files
clang-p2996/llvm/lib/MC/MCSectionMachO.cpp
Alexis Engelke 5bbec8f4b6 [MC] Make MCSection::isVirtualSection non-virtual (#96920)
This method is called once per encoded instruction, but never changes
throughout the lifetime of a section. Store this information as a bit
flag in the MCSection instead.
2024-06-27 18:56:24 +02:00

12 KiB