|
LLVM
4.0.0
|
A call site that could be devirtualized. More...
#include <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 24 of file TypeMetadataUtils.h.
| CallSite llvm::DevirtCallSite::CS |
The call site itself.
Definition at line 28 of file TypeMetadataUtils.h.
| uint64_t llvm::DevirtCallSite::Offset |
The offset from the address point to the virtual function.
Definition at line 26 of file TypeMetadataUtils.h.
1.8.6