Searched defs:XRAY_FLAG (Results  1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/xray/ | 
| H A D | xray_profiling_flags.cpp | 26 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue;  in setDefaults()  macro33 #define XRAY_FLAG(Type, Name, DefaultValue, Description)                       \  in registerProfilerFlags()  macro
 
 | 
| H A D | xray_basic_flags.cpp | 28 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue;  in setDefaults()  macro35 #define XRAY_FLAG(Type, Name, DefaultValue, Description)                       \  in registerXRayBasicFlags()  macro
 
 | 
| H A D | xray_fdr_flags.cpp | 27 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue;  in setDefaults()  macro33 #define XRAY_FLAG(Type, Name, DefaultValue, Description)                       \  in registerXRayFDRFlags()  macro
 
 | 
| H A D | xray_flags.cpp | 27 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue;  in setDefaults()  macro33 #define XRAY_FLAG(Type, Name, DefaultValue, Description)                       \  in registerXRayFlags()  macro
 
 | 
| H A D | xray_basic_flags.h | 23 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Type Name;  macro
 | 
| H A D | xray_fdr_flags.h | 23 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Type Name;  macro
 | 
| H A D | xray_flags.h | 23 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Type Name;  macro
 | 
| H A D | xray_profiling_flags.h | 23 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Type Name;  macro
 |