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

References

projects/compiler-rt/lib/xray/xray_interface.cpp
  154     Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_FunctionEntry);
  157     Success = patchFunctionExit(Enable, FuncId, Sled);
  160     Success = patchFunctionTailExit(Enable, FuncId, Sled);
  163     Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_ArgLoggerEntry);
  166     Success = patchCustomEvent(Enable, FuncId, Sled);
  169     Success = patchTypedEvent(Enable, FuncId, Sled);