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

Declarations

projects/compiler-rt/lib/xray/xray_interface_internal.h
   61 bool patchFunctionExit(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled);

References

projects/compiler-rt/lib/xray/xray_interface.cpp
  157     Success = patchFunctionExit(Enable, FuncId, Sled);