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

References

lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  418     RTLibcall = RTLIB::MEMCPY;
  421     RTLibcall = RTLIB::MEMSET;
  424     RTLibcall = RTLIB::MEMMOVE;
  429   const char *Name = TLI.getLibcallName(RTLibcall);
  434   Info.CallConv = TLI.getLibcallCallingConv(RTLibcall);