Searched defs:VirtualCallTarget (Results 1 – 2 of 2) sorted by relevance
120 struct VirtualCallTarget { struct124 VirtualCallTarget(const TypeMemberInfo *TM, bool IsBigEndian) in VirtualCallTarget() argument128 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 …]
312 VirtualCallTarget::VirtualCallTarget(GlobalValue *Fn, const TypeMemberInfo *TM) in VirtualCallTarget() function in VirtualCallTarget