Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h119 struct VirtualCallTarget { struct
123 VirtualCallTarget(const TypeMemberInfo *TM, bool IsBigEndian) in VirtualCallTarget() argument
127 GlobalValue *Fn;
131 const TypeMemberInfo *TM;
135 uint64_t RetVal;
138 bool IsBigEndian;
141 bool WasDevirt;
164 uint64_t allocatedAfterBytes() const { in allocatedAfterBytes()
169 void setBeforeBit(uint64_t Pos) { in setBeforeBit()
175 void setAfterBit(uint64_t Pos) { in setAfterBit()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp312 VirtualCallTarget::VirtualCallTarget(GlobalValue *Fn, const TypeMemberInfo *TM) in VirtualCallTarget() function in VirtualCallTarget