| commit | c4466605d88d5502b478b5321578c520c876f992 | [log] [tgz] |
|---|---|---|
| author | Rui Ueyama <ruiu@google.com> | Sun Mar 13 19:48:18 2016 +0000 |
| committer | Rui Ueyama <ruiu@google.com> | Sun Mar 13 19:48:18 2016 +0000 |
| tree | 2a582f1662d6f38dd6a12e9e1ee2b4678cfa6893 | |
| parent | 22b5d1f9013de93f68eb36e9f8804d9bb1651f17 [diff] |
ELF: Redefine canBeDefined as a member function of SymbolBody. We want to make SymbolBody the central place to query symbol information. This patch also renames canBePreempted to isPreemptible because I feel that the latter is slightly better (the former is three words and the latter is two words.) llvm-svn: 263386