reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Transforms/IPO/WholeProgramDevirt.cpp
  525   std::string getGlobalName(VTableSlot Slot, ArrayRef<uint64_t> Args,

References

lib/Transforms/IPO/WholeProgramDevirt.cpp
 1056                           getGlobalName(Slot, {}, "branch_funnel"), &M);
 1243                                         getGlobalName(Slot, Args, Name), C, &M);
 1262   Constant *C = M.getOrInsertGlobal(getGlobalName(Slot, Args, Name), Int8Ty);
 1743         M.getOrInsertFunction(getGlobalName(Slot, {}, "branch_funnel"),