Home
last modified time | relevance | path

Searched defs:VirtualCallTarget (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h120 struct VirtualCallTarget { struct
124 VirtualCallTarget(const TypeMemberInfo *TM, bool IsBigEndian) in VirtualCallTarget() argument
128 GlobalValue *Fn;
132 const TypeMemberInfo *TM;
136 uint64_t RetVal;
139 bool IsBigEndian;
142 bool WasDevirt;
148 uint64_t minBeforeBytes() const { return TM->Offset; } in minBeforeBytes()
155 uint64_t minAfterBytes() const { return TM->Bits->ObjectSize - TM->Offset; } in minAfterBytes()
159 uint64_t allocatedBeforeBytes() const { in allocatedBeforeBytes()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp312 VirtualCallTarget::VirtualCallTarget(GlobalValue *Fn, const TypeMemberInfo *TM) in VirtualCallTarget() function in VirtualCallTarget