diff options
author | Vedant Kumar <vsk@apple.com> | 2020-02-06 13:14:27 -0800 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2020-02-07 10:10:41 -0800 |
commit | 0d0ef315cb2004c70ab27482dc41dd046a372d1e (patch) | |
tree | 12417133f3b0999c09490ce59d44f81083b9cd38 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | e21b39a86dd6e8d1a5a5fe7e0286f8570732834d (diff) | |
download | llvm-0d0ef315cb2004c70ab27482dc41dd046a372d1e.zip llvm-0d0ef315cb2004c70ab27482dc41dd046a372d1e.tar.gz llvm-0d0ef315cb2004c70ab27482dc41dd046a372d1e.tar.bz2 |
[MachineInstr] Add isCandidateForCallSiteEntry predicate
Add the isCandidateForCallSiteEntry predicate to MachineInstr to
determine whether a DWARF call site entry should be created for an
instruction.
For now, it's enough to have any call instruction that doesn't belong to
a blacklisted set of opcodes. For these opcodes, a call site entry isn't
meaningful.
Differential Revision: https://reviews.llvm.org/D74159
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions