LLVM
8.0.1
|
A call site that could be devirtualized. More...
#include "llvm/Analysis/TypeMetadataUtils.h"
Public Attributes | |
uint64_t | Offset |
The offset from the address point to the virtual function. More... | |
CallSite | CS |
The call site itself. More... | |
A call site that could be devirtualized.
Definition at line 33 of file TypeMetadataUtils.h.
CallSite llvm::DevirtCallSite::CS |
The call site itself.
Definition at line 37 of file TypeMetadataUtils.h.
Referenced by addVCallToSet().
uint64_t llvm::DevirtCallSite::Offset |
The offset from the address point to the virtual function.
Definition at line 35 of file TypeMetadataUtils.h.
Referenced by addVCallToSet().