struct WholeProgramDevirtResolution

Declaration

struct WholeProgramDevirtResolution { /* full declaration omitted */ };

Declared at: llvm/include/llvm/IR/ModuleSummaryIndex.h:828

Member Variables

public enum Kind TheKind = Indir
public std::string SingleImplName
public std::map<std::vector<uint64_t>, ByArg> ResByArg
Resolutions for calls with all constant integer arguments (excluding the first argument, "this"), where the key is the argument vector.