diff options
author | Fangrui Song <i@maskray.me> | 2022-02-21 00:39:26 -0800 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2022-02-21 00:39:26 -0800 |
commit | ae1ba6194f09b7e310fd49cf18a2829dcbeb7f6b (patch) | |
tree | 2d91d8bf9defbe06f97c2eeaa5ea35c93a89e5a2 /clang/lib/Sema/SemaModule.cpp | |
parent | 41cb504b7c4b18ac15830107431a0c1eec73a6b2 (diff) | |
download | llvm-ae1ba6194f09b7e310fd49cf18a2829dcbeb7f6b.zip llvm-ae1ba6194f09b7e310fd49cf18a2829dcbeb7f6b.tar.gz llvm-ae1ba6194f09b7e310fd49cf18a2829dcbeb7f6b.tar.bz2 |
[ELF] Replace uncompressed InputSectionBase::data() with rawData. NFC
In many call sites we know uncompression cannot happen (non-SHF_ALLOC, or the
data (even if compressed) must have been uncompressed by a previous pass).
Prefer rawData in these cases. data() increases code size and prevents
optimization on rawData.
Diffstat (limited to 'clang/lib/Sema/SemaModule.cpp')
0 files changed, 0 insertions, 0 deletions