aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Sema/SemaModule.cpp
diff options
context:
space:
mode:
authorFangrui Song <i@maskray.me>2022-02-21 00:39:26 -0800
committerFangrui Song <i@maskray.me>2022-02-21 00:39:26 -0800
commitae1ba6194f09b7e310fd49cf18a2829dcbeb7f6b (patch)
tree2d91d8bf9defbe06f97c2eeaa5ea35c93a89e5a2 /clang/lib/Sema/SemaModule.cpp
parent41cb504b7c4b18ac15830107431a0c1eec73a6b2 (diff)
downloadllvm-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