Home
last modified time | relevance | path

Searched defs:Description (Results 1 – 25 of 102) sorted by relevance

12345

/llvm-project/cross-project-tests/debuginfo-tests/dexter/
H A DCommands.md50 ### Description subsection
75 ### Description subsection
112 ### Description subsection
139 ### Description subsection
169 ### Description subsection
181 ### Description subsection
209 ### Description subsection
233 ### Description subsection
261 ### Description subsection
309 ### Description subsection
[all …]
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h66 struct Description { struct
71 Description(DwarfVersion Version, Ts... Op) in Description() argument
73 Description() : Description(DwarfNA) {} in Description() function
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dflags.cpp23 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument
28 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ in setDefaults() argument
36 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) \ in registerFlags() argument
43 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ in registerFlags() argument
H A Dflags.h17 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
22 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ argument
/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.cpp39 void AnalysisRegions::beginRegion(StringRef Description, SMLoc Loc) { in beginRegion()
75 void AnalysisRegions::endRegion(StringRef Description, SMLoc Loc) { in endRegion()
117 void InstrumentRegions::beginRegion(StringRef Description, SMLoc Loc, in beginRegion()
144 void InstrumentRegions::endRegion(StringRef Description, SMLoc Loc) { in endRegion()
/llvm-project/compiler-rt/lib/xray/
H A Dxray_profiling_flags.cpp26 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument
33 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerProfilerFlags() argument
H A Dxray_basic_flags.cpp28 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument
35 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerXRayBasicFlags() argument
H A Dxray_fdr_flags.cpp27 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument
33 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerXRayFDRFlags() argument
H A Dxray_flags.cpp27 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument
33 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerXRayFlags() argument
H A Dxray_basic_flags.h23 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
H A Dxray_fdr_flags.h23 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
/llvm-project/clang/lib/Basic/
H A DLangOptions.cpp20 #define LANGOPT(Name, Bits, Default, Description) Name = Default; in LangOptions() argument
21 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default); in LangOptions() argument
26 #define LANGOPT(Name, Bits, Default, Description) in resetNonModularOptions() argument
27 #define BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default; in resetNonModularOptions() argument
28 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in resetNonModularOptions() argument
/llvm-project/compiler-rt/lib/gwp_asan/
H A Doptions.h40 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ argument
46 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ in setDefaults() argument
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsancov_flags.cpp28 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
34 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) \ in RegisterSancovFlags() argument
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.cpp36 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
44 #define TSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterTsanFlags() argument
H A Dtsan_flags.h22 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_flags.cpp28 #define NSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
39 #define NSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterNSanFlags() argument
/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_flags.cpp36 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
42 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterUbsanFlags() argument
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_flags.cpp34 #define MEMPROF_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
40 #define MEMPROF_FLAG(Type, Name, DefaultValue, Description) \ in RegisterMemprofFlags() argument
/llvm-project/mlir/docs/Traits/
H A DBroadcastable.md5 ## Description section in The `Broadcastable` Trait
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_flags.h18 #define MSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_flags.h20 #define HWASAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
/llvm-project/compiler-rt/lib/asan/
H A Dasan_flags.cpp38 ASAN_FLAG(Type,Name,DefaultValue,Description) SetDefaults() argument
44 ASAN_FLAG(Type,Name,DefaultValue,Description) RegisterAsanFlags() argument
H A Dasan_flags.h32 #define ASAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
/llvm-project/llvm/include/llvm/Support/
H A DTimer.h83 std::string Description; ///< Description of this time variable. global() variable
177 std::string Description; global() member
190 std::string Description; global() variable
[all...]

12345