|
LLVM 22.0.0git
|
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. | |
| CallBase & | CB |
| The call site itself. | |
A call site that could be devirtualized.
Definition at line 40 of file TypeMetadataUtils.h.
| CallBase& llvm::DevirtCallSite::CB |
The call site itself.
Definition at line 44 of file TypeMetadataUtils.h.
| uint64_t llvm::DevirtCallSite::Offset |
The offset from the address point to the virtual function.
Definition at line 42 of file TypeMetadataUtils.h.