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
   59 bool patchFunctionEntry(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled,

References

projects/compiler-rt/lib/xray/xray_interface.cpp
  154     Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_FunctionEntry);
  163     Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_ArgLoggerEntry);