Go to file
Rui Ueyama b5a6970ace ELF: Teach SymbolBody about how to get its addresses.
Previously, the methods to get symbol addresses were somewhat scattered
in many places. You can use getEntryAddr returns the address of the symbol,
but if you want to get the GOT address for the symbol, you needed to call
Out<ELFT>::Got->getEntryAddr(Sym). This change adds new functions, getVA,
getGotVA, getGotPltVA, and getPltVA to SymbolBody, so that you can use
SymbolBody as the central place to ask about symbols.

http://reviews.llvm.org/D16710

llvm-svn: 259404
2016-02-01 21:00:35 +00:00
clang Fix attribute((mode([word|unwind_word]))) for x32 2016-02-01 18:58:24 +00:00
clang-tools-extra Sort checks alphabetically in ReadabilityTidyModule.cpp. 2016-02-01 19:47:24 +00:00
compiler-rt [ubsan] Stop thinking we can rely on C++ ABI knowledge on Windows 2016-02-01 19:13:28 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Implement modf math builtin 2016-01-27 14:52:10 +00:00
libcxx [docs] Remove references to autoconf build. 2016-01-30 01:11:42 +00:00
libcxxabi [libcxxabi] Teach cxa_demangle about Hexagon's long double size 2016-01-20 14:10:23 +00:00
libunwind Replace cmake check for printf with a check for fopen. 2015-12-10 00:47:08 +00:00
lld ELF: Teach SymbolBody about how to get its addresses. 2016-02-01 21:00:35 +00:00
lldb Add a note on how to create an empty target and use it to attach to 2016-02-01 20:05:37 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm Avoid inlining call sites in unreachable-terminated block 2016-02-01 20:55:11 +00:00
openmp Fix task dependency performance problem 2016-01-28 23:10:44 +00:00
polly ScopInfo: Correct schedule construction 2016-02-01 11:54:13 +00:00