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

References

lib/Target/BPF/BPFISelLowering.cpp
  368     Callee = DAG.getTargetGlobalAddress(G->getGlobal(), CLI.DL, PtrVT,
  371     Callee = DAG.getTargetExternalSymbol(E->getSymbol(), PtrVT, 0);
  396       Chain, DAG.getConstant(NumBytes, CLI.DL, PtrVT, true),
  397       DAG.getConstant(0, CLI.DL, PtrVT, true), InFlag, CLI.DL);