aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2020-01-23 12:35:25 -0800
committerJim Ingham <jingham@apple.com>2020-01-23 12:41:14 -0800
commit29c7e6c8c97f6b1186f012d614e9a1100e8c06cb (patch)
tree9f451a35df147fcc8e3e10e2629a55f65bd259cf /llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
parent6672a4f5b64f6b5a17cba63b421fcf313003b5b8 (diff)
downloadllvm-29c7e6c8c97f6b1186f012d614e9a1100e8c06cb.zip
llvm-29c7e6c8c97f6b1186f012d614e9a1100e8c06cb.tar.gz
llvm-29c7e6c8c97f6b1186f012d614e9a1100e8c06cb.tar.bz2
Clang added a new feature to the ObjC compiler that will translate method
calls to commonly un-overridden methods into a function that checks whether the method is overridden anywhere and if not directly dispatches to the NSObject implementation. That means if you do override any of these methods, "step-in" will not step into your code, since we hit the wrapper function, which has no debug info, and immediately step out again. Add code to recognize these functions as "trampolines" and a thread plan that will get us from the function to the user code, if overridden. <rdar://problem/54404114> Differential Revision: https://reviews.llvm.org/D73225
Diffstat (limited to 'llvm/lib/Analysis/ModuleSummaryAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions