Home
last modified time | relevance | path

Searched full:description (Results 1 – 25 of 2168) sorted by relevance

12345678910>>...87

/llvm-project/mlir/test/mlir-tblgen/
H A Dopenmp-ops.td3 // the output of tablegen declarations. Summary, description, assembly format
27 bit description = false, bit extraClassDeclaration = false
28 > : OpenMP_Clause<traits, arguments, assemblyFormat, description,
42 let description = [{
43 Optional clause description.
68 let description = [{
69 Optional clause two description.
79 bit description = false, bit extraClassDeclaration = false
80 > : OpenMP_Clause<traits, arguments, assemblyFormat, description,
94 let description
[all...]
/llvm-project/lldb/tools/lldb-dap/
H A Dpackage.json7 "description": "LLDB debugging from VSCode", string
76 "description": "The path to the lldb-dap binary."
81 "description": "The log path for lldb-dap (if any)"
87 "description": "The environment of the lldb-dap process.",
157 "description": "Path to the program to debug."
164 "description": "Program arguments.", string
169 "description": "Program working directory.", string
176 "description": "Additional environment variables to set when launching the program. E.g. `{ \"FOO\": \"1\" }`",
186 "description": "Additional environment variables to set when launching the program. E.g. `[\"FOO=1\", \"BAR\"]`",
197 "description"
75 "description": "The path to the lldb-dap binary." global() string
142 "description": "Path to the program to debug." global() string
149 "description": "Program arguments.", global() string
154 "description": "Program working directory.", global() string
159 "description": "Additional environment variables to set when launching the program. This is an array of strings that contains the variable name followed by an optio global() string
174 "description": "Don't retrieve STDIN, STDOUT and STDERR as the program is running.", global() string
179 "description": "Expand program arguments as a shell would without actually launching the program in a shell.", global() string
184 "description": "Detach from the program.", global() string
189 "description": "Specify a source path to remap \"./\" to allow full paths to be used when setting breakpoints in binaries that have relative source paths." global() string
193 "description": "Specify an array of path remappings; each element must itself be a two element array containing a source and destination path name. Overrides source global() string
198 "description": "Specify a working directory to set the debug adapter to so relative object files can be located." global() string
202 "description": "Triplet of the target architecture to override value derived from the program file." global() string
206 "description": "Name of the execution platform to override value derived from the program file." global() string
210 "description": "Initialization commands executed upon debugger startup.", global() string
215 "description": "Commands executed just before the program is launched.", global() string
220 "description": "Commands executed just as soon as the program is successfully launched when it's in a stopped state prior to any automatic continuation.", global() string
225 "description": "Custom commands that are executed instead of launching a process. A target will be created with the launch arguments prior to executing these comman global() string
230 "description": "Commands executed each time the program stops.", global() string
235 "description": "Commands executed at the end of debugging session.", global() string
240 "description": "Launch the program inside an integrated terminal in the IDE. Useful for debugging interactive command line programs", global() string
245 "description": "The time in seconds to wait for a program to stop at entry point when launching with \"launchCommands\". Defaults to 30 seconds." global() string
249 "description": "Enable auto generated summaries for variables when no summaries exist for a given type. This feature can cause performance delays in large projects global() string
254 "description": "If a variable is displayed using a synthetic children, also display the actual contents of the variable at the end under a [raw] entry. This is usef global() string
259 "description": "The escape prefix to use for executing regular LLDB commands in the Debug Console, instead of printing variables. Defaults to a back-tick (`). If it global() string
264 "description": "If non-empty, stack frames will have descriptions generated based on the provided format. See https://lldb.llvm.org/use/formatting.html for an e global() string
269 "description": "If non-empty, threads will have descriptions generated based on the provided format. See https://lldb.llvm.org/use/formatting.html for an explan global() string
278 "description": "Path to the program to attach to." global() string
285 "description": "System process ID to attach to." global() string
289 "description": "If set to true, then wait for the process to launch by looking for a process with a basename that matches `program`. No process ID needs to be speci global() string
294 "description": "Specify a source path to remap \"./\" to allow full paths to be used when setting breakpoints in binaries that have relative source paths." global() string
298 "description": "Specify an array of path remappings; each element must itself be a two element array containing a source and destination path name. Overrides source global() string
303 "description": "Specify a working directory to set the debug adapter to so relative object files can be located." global() string
307 "description": "Triplet of the target architecture to override value derived from the program file." global() string
311 "description": "Name of the execution platform to override value derived from the program file." global() string
315 "description": "Custom commands that are executed instead of attaching to a process ID or to a process by name. These commands may optionally create a new target an global() string
320 "description": "Initialization commands executed upon debugger startup.", global() string
325 "description": "Commands executed just before the program is attached to.", global() string
330 "description": "Commands executed just as soon as the program is successfully attached when it's in a stopped state prior to any automatic continuation.", global() string
335 "description": "Commands executed each time the program stops.", global() string
340 "description": "Commands executed at the end of debugging session.", global() string
345 "description": "Path to the core file to debug." global() string
349 "description": "The time in seconds to wait for a program to stop when attaching using \"attachCommands\". Defaults to 30 seconds." global() string
356 "description": "TCP/IP port to attach to. Specifying both pid and port is an error." global() string
360 "description": "The hostname to connect to a remote system. The default hostname being used localhost." global() string
364 "description": "Enable auto generated summaries for variables when no summaries exist for a given type. This feature can cause performance delays in large projects global() string
369 "description": "If a variable is displayed using a synthetic children, also display the actual contents of the variable at the end under a [raw] entry. This is usef global() string
374 "description": "The escape prefix character to use for executing regular LLDB commands in the Debug Console, instead of printing variables. Defaults to a back-tick global() string
379 "description": "If non-empty, stack frames will have descriptions generated based on the provided format. See https://lldb.llvm.org/use/formatting.html for an e global() string
384 "description": "If non-empty, threads will have descriptions generated based on the provided format. See https://lldb.llvm.org/use/formatting.html for an explan global() string
404 "description": "", global() string
[all...]
H A DJSONUtils.cpp291 // "description": "A Scope is a named container for variables. Optionally
296 // "description": "Name of the scope such as 'Arguments', 'Locals'."
300 // "description": "An optional hint for how to present this scope in the in CreateScope()
307 // "description": "The variables of this scope can be retrieved by in CreateScope()
313 // "description": "The number of named variables in this scope. The in CreateScope()
319 // "description": "The number of indexed variables in this scope. The
325 // "description": "If true, the number of variables in this scope is
330 // "description": "Optional source for this scope."
334 // "description": "Optional start line of the range covered by this
339 // "description"
939 char description[1024]; CreateThreadStopped() local
1081 llvm::StringRef description = stream.GetData(); GetResult() local
[all...]
H A Dlldb-dap.cpp328 // "description": "Event message for 'process' event type. The event
342 // "description": "The logical name of the process. This is
348 // "description": "The system process id of the debugged process.
354 // "description": "If true, the process is running on the same
360 // "description": "Describes how the debug engine started
732 // "description": "Attach request; value of command field is 'attach'.", in request_attach()
747 // "description": "Arguments for 'attach' request.\nThe attach request has no in request_attach()
753 // "description": "Response to 'attach' request. This is just an in request_attach()
918 // "description": "Continue request; value of command field is 'continue'.
934 // "description"
1043 char description[1024]; request_exceptionInfo() local
1230 std::string description = descriptions.GetStringAtIndex(i); request_completions() local
[all...]
/llvm-project/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/
H A DAMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md218 The DW_OP_regx operation creates a location description that specifies the
229 location description in the location area.
266 address to create a global memory location description, which is placed in the
267 location area. The result of the expression is the location description in the
279 Each part specifies a location description and the number of bytes used from it.
280 The following operation expression creates a composite location description.
290 The DW_OP_regx operation creates a register location description in the location
296 description in the location area with a single part. The location description in
303 description already in the location area. The parts form a contiguous set of
306 description. Again, the operand specifies the size of the part in bytes. The
[all …]
/llvm-project/llvm/test/MC/ARM/
H A Ddirective-eabi_attribute.s31 @ CHECK-OBJ-NEXT: Description: ARM v7
37 @ CHECK-OBJ-NEXT: Description: Application
43 @ CHECK-OBJ-NEXT: Description: Not Permitted
49 @ CHECK-OBJ-NEXT: Description: Thumb-2
55 @ CHECK-OBJ-NEXT: Description: VFPv3
61 @ CHECK-OBJ-NEXT: Description: Not Permitted
67 @ CHECK-OBJ-NEXT: Description: NEONv1
73 @ CHECK-OBJ-NEXT: Description: Linux Application
79 @ CHECK-OBJ-NEXT: Description: v6
85 @ CHECK-OBJ-NEXT: Description: Absolute
[all …]
/llvm-project/llvm/test/tools/llvm-readobj/ELF/ARM/
H A Dattribute-0.s9 @CHECK-OBJ-NEXT: Description: Pre-v4
16 @CHECK-OBJ-NEXT: Description: None
23 @CHECK-OBJ-NEXT: Description: Not Permitted
30 @CHECK-OBJ-NEXT: Description: Not Permitted
37 @CHECK-OBJ-NEXT: Description: Not Permitted
44 @CHECK-OBJ-NEXT: Description: Not Permitted
51 @CHECK-OBJ-NEXT: Description: Not Permitted
58 @CHECK-OBJ-NEXT: Description: None
65 @CHECK-OBJ-NEXT: Description: v6
72 @CHECK-OBJ-NEXT: Description: Absolute
[all …]
H A Dattribute-1.s9 @CHECK-OBJ-NEXT: Description: ARM v4
16 @CHECK-OBJ-NEXT: Description: Permitted
23 @CHECK-OBJ-NEXT: Description: Thumb-1
30 @CHECK-OBJ-NEXT: Description: VFPv1
37 @CHECK-OBJ-NEXT: Description: WMMXv1
44 @CHECK-OBJ-NEXT: Description: NEONv1
51 @CHECK-OBJ-NEXT: Description: Bare Platform
58 @CHECK-OBJ-NEXT: Description: Static Base
65 @CHECK-OBJ-NEXT: Description: PC-relative
72 @CHECK-OBJ-NEXT: Description: PC-relative
[all …]
H A Dattribute-2.s9 @CHECK-OBJ-NEXT: Description: ARM v4T
16 @CHECK-OBJ-NEXT: Description: Thumb-2
23 @CHECK-OBJ-NEXT: Description: VFPv2
30 @CHECK-OBJ-NEXT: Description: WMMXv2
37 @CHECK-OBJ-NEXT: Description: NEONv2+FMA
44 @CHECK-OBJ-NEXT: Description: Linux Application
51 @CHECK-OBJ-NEXT: Description: TLS
58 @CHECK-OBJ-NEXT: Description: SB-relative
65 @CHECK-OBJ-NEXT: Description: Not Permitted
72 @CHECK-OBJ-NEXT: Description: GOT-Indirect
[all …]
H A Dattribute-3.s9 @CHECK-OBJ-NEXT: Description: ARM v5T
16 @CHECK-OBJ-NEXT: Description: VFPv3
23 @CHECK-OBJ-NEXT: Description: ARMv8-a NEON
30 @CHECK-OBJ-NEXT: Description: Linux DSO
37 @CHECK-OBJ-NEXT: Description: Unused
44 @CHECK-OBJ-NEXT: Description: Not Permitted
51 @CHECK-OBJ-NEXT: Description: IEEE-754
58 @CHECK-OBJ-NEXT: Description: Reserved
65 @CHECK-OBJ-NEXT: Description: Reserved
72 @CHECK-OBJ-NEXT: Description: External Int32
[all …]
H A Dattribute-4.s9 @CHECK-OBJ-NEXT: Description: ARM v5TE
16 @CHECK-OBJ-NEXT: Description: VFPv3-D16
23 @CHECK-OBJ-NEXT: Description: ARMv8.1-a NEON
30 @CHECK-OBJ-NEXT: Description: Palm OS 2004
37 @CHECK-OBJ-NEXT: Description: 4-byte
44 @CHECK-OBJ-NEXT: Description: 8-byte alignment, 16-byte extended alignment
51 @CHECK-OBJ-NEXT: Description: 8-byte stack alignment, 16-byte data alignment
58 @CHECK-OBJ-NEXT: Description: Aggressive Size
65 @CHECK-OBJ-NEXT: Description: Aggressive Size
/llvm-project/lldb/source/Core/
H A DPluginManager.cpp188 PluginInstance(llvm::StringRef name, llvm::StringRef description, in PluginInstance()
191 : name(name), description(description), create_callback(create_callback), in PluginInstance()
195 llvm::StringRef description;
203 bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description, in RegisterPlugin()
209 m_instances.emplace_back(name, description, callback, in RegisterPlugin()
236 return instance->description; in GetDescriptionAtIndex()
287 llvm::StringRef description, in RegisterPlugin() argument
289 return GetABIInstances().RegisterPlugin(name, description, create_callback); in RegisterPlugin()
311 llvm::StringRef description, in RegisterPlugin() argument
194 llvm::StringRef description; global() member
202 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,typename Instance::CallbackType callback,Args &&...args) RegisterPlugin() argument
349 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,DisassemblerCreateInstance create_callback) RegisterPlugin() argument
382 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,DynamicLoaderCreateInstance create_callback,DebuggerInitializeCallback debugger_init_callback) RegisterPlugin() argument
416 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,JITLoaderCreateInstance create_callback,DebuggerInitializeCallback debugger_init_callback) RegisterPlugin() argument
444 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,EmulateInstructionCreateInstance create_callback) RegisterPlugin() argument
477 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,OperatingSystemCreateInstance create_callback,DebuggerInitializeCallback debugger_init_callback) RegisterPlugin() argument
511 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,LanguageCreateInstance create_callback) RegisterPlugin() argument
553 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,LanguageRuntimeCreateInstance create_callback,LanguageRuntimeGetCommandObject command_callback,LanguageRuntimeGetExceptionPrecondition precondition_callback) RegisterPlugin() argument
599 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,SystemRuntimeCreateInstance create_callback) RegisterPlugin() argument
643 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,ObjectFileCreateInstance create_callback,ObjectFileCreateMemoryInstance create_memory_callback,ObjectFileGetModuleSpecifications get_module_specifications,ObjectFileSaveCore save_core,DebuggerInitializeCallback debugger_init_callback) RegisterPlugin() argument
744 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,ObjectContainerCreateInstance create_callback,ObjectFileGetModuleSpecifications get_module_specifications,ObjectContainerCreateMemoryInstance create_memory_callback) RegisterPlugin() argument
791 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,PlatformCreateInstance create_callback,DebuggerInitializeCallback debugger_init_callback) RegisterPlugin() argument
840 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,ProcessCreateInstance create_callback,DebuggerInitializeCallback debugger_init_callback) RegisterPlugin() argument
896 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,RegisterTypeBuilderCreateInstance create_callback) RegisterPlugin() argument
938 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,lldb::ScriptLanguage script_language,ScriptInterpreterCreateInstance create_callback) RegisterPlugin() argument
998 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,StructuredDataPluginCreateInstance create_callback,DebuggerInitializeCallback debugger_init_callback,StructuredDataFilterLaunchInfo filter_callback) RegisterPlugin() argument
1041 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,SymbolFileCreateInstance create_callback,DebuggerInitializeCallback debugger_init_callback) RegisterPlugin() argument
1068 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,SymbolVendorCreateInstance create_callback) RegisterPlugin() argument
1116 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,SymbolLocatorCreateInstance create_callback,SymbolLocatorLocateExecutableObjectFile locate_executable_object_file,SymbolLocatorLocateExecutableSymbolFile locate_executable_symbol_file,SymbolLocatorDownloadObjectAndSymbolFile download_object_symbol_file,SymbolLocatorFindSymbolFileInBundle find_symbol_file_in_bundle,DebuggerInitializeCallback debugger_init_callback) RegisterPlugin() argument
1224 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,TraceCreateInstanceFromBundle create_callback_from_bundle,TraceCreateInstanceForLiveProcess create_callback_for_live_process,llvm::StringRef schema,DebuggerInitializeCallback debugger_init_callback) RegisterPlugin() argument
1290 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,TraceExporterCreateInstance create_callback,ThreadTraceExportCommandCreator create_thread_trace_export_command) RegisterPlugin() argument
1331 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,UnwindAssemblyCreateInstance create_callback) RegisterPlugin() argument
1358 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,MemoryHistoryCreateInstance create_callback) RegisterPlugin() argument
1398 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,InstrumentationRuntimeCreateInstance create_callback,InstrumentationRuntimeGetType get_type_callback) RegisterPlugin() argument
1448 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,TypeSystemCreateInstance create_callback,LanguageSet supported_languages_for_types,LanguageSet supported_languages_for_expressions) RegisterPlugin() argument
1500 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,REPLCreateInstance create_callback,LanguageSet supported_languages) RegisterPlugin() argument
1643 CreateSettingForPlugin(Debugger & debugger,llvm::StringRef plugin_type_name,llvm::StringRef plugin_type_desc,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property,GetDebuggerPropertyForPluginsPtr get_debugger_property=GetDebuggerPropertyForPlugins) CreateSettingForPlugin() argument
1679 CreateSettingForDynamicLoaderPlugin(Debugger & debugger,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property) CreateSettingForDynamicLoaderPlugin() argument
1694 CreateSettingForPlatformPlugin(Debugger & debugger,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property) CreateSettingForPlatformPlugin() argument
1709 CreateSettingForProcessPlugin(Debugger & debugger,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property) CreateSettingForProcessPlugin() argument
1723 CreateSettingForSymbolLocatorPlugin(Debugger & debugger,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property) CreateSettingForSymbolLocatorPlugin() argument
1731 CreateSettingForTracePlugin(Debugger & debugger,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property) CreateSettingForTracePlugin() argument
1745 CreateSettingForObjectFilePlugin(Debugger & debugger,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property) CreateSettingForObjectFilePlugin() argument
1759 CreateSettingForSymbolFilePlugin(Debugger & debugger,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property) CreateSettingForSymbolFilePlugin() argument
1773 CreateSettingForJITLoaderPlugin(Debugger & debugger,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property) CreateSettingForJITLoaderPlugin() argument
1798 CreateSettingForOperatingSystemPlugin(Debugger & debugger,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property) CreateSettingForOperatingSystemPlugin() argument
1822 CreateSettingForStructuredDataPlugin(Debugger & debugger,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property) CreateSettingForStructuredDataPlugin() argument
[all...]
/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h57 static bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description,
65 static void RegisterPlugin(llvm::StringRef name, llvm::StringRef description,
74 static bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description,
87 RegisterPlugin(llvm::StringRef name, llvm::StringRef description,
101 RegisterPlugin(llvm::StringRef name, llvm::StringRef description,
111 static bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description,
124 static bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description,
137 static bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description,
146 llvm::StringRef name, llvm::StringRef description,
163 static bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description,
[all...]
/llvm-project/llvm/docs/
H A DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst102 .. _amdgpu-dwarf-allow-location-description-on-the-dwarf-evaluation-stack:
104 2.1 Allow Location Description on the DWARF Expression Stack
109 expression. However, by allowing a location description to be a first-class
118 location description. This can be extended to allow a default address space
119 memory location description to be implicitly converted back to its address
123 descriptions to any kind of location description.
130 of any kind of location description, and the ability to support objects located
147 the location description results. This gives confidence in backwards
156 2.2 Generalize CFI to Allow Any Location Description Kind
160 only allows a location description tha
785 A.2.2 Attribute TypesA.2 General Description global() argument
813 A.2.5 DWARF ExpressionsA.2 General Description global() argument
1277 amdgpu-dwarf-operation-expressionsA.2.5.3 DWARF Location Description global() argument
3150 A.2.13 Address SpacesA.2 General Description global() argument
3205 A.2.14 Memory SpacesA.2 General Description global() argument
[all...]
/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.cpp39 void AnalysisRegions::beginRegion(StringRef Description, SMLoc Loc) { in beginRegion() argument
45 ActiveRegions[Description] = 0; in beginRegion()
46 Regions[0] = std::make_unique<CodeRegion>(Description, Loc); in beginRegion()
50 auto It = ActiveRegions.find(Description); in beginRegion()
53 if (Description.empty()) { in beginRegion()
65 "region " + Description + " was previously defined here"); in beginRegion()
71 ActiveRegions[Description] = Regions.size(); in beginRegion()
72 Regions.emplace_back(std::make_unique<CodeRegion>(Description, Loc)); in beginRegion()
75 void AnalysisRegions::endRegion(StringRef Description, SMLoc Loc) { in endRegion() argument
76 if (Description.empty()) { in endRegion()
[all …]
/llvm-project/mlir/include/mlir/Dialect/OpenMP/
H A DOpenMPClauses.td31 bit description = false, bit extraClassDeclaration = false
32 > : OpenMP_Clause<traits, arguments, assemblyFormat, description,
44 let description = [{
59 bit description = false, bit extraClassDeclaration = false
60 > : OpenMP_Clause<traits, arguments, assemblyFormat, description,
78 let description = [{
93 bit description = false, bit extraClassDeclaration = false
94 > : OpenMP_Clause<traits, arguments, assemblyFormat, description,
104 let description = [{
119 bit description
[all...]
H A DOpenMPOpsInterfaces.td19 let description = [{
181 let description = [{
197 let description = [{
226 let description = [{
242 let description = [{
253 /*description=*/[{
265 /*description=*/[{
291 let description = [{
300 /*description=*/[{
311 /*description
[all...]
/llvm-project/mlir/include/mlir/Interfaces/
H A DDataLayoutInterfaces.td26 let description = [{
38 /*description=*/"Returns the attribute associated with the key.",
49 let description = [{
64 /*description=*/"Returns the key of the this layout entry.",
70 /*description=*/"Returns the value of this layout entry.",
76 /*description=*/"Checks that the entry is well-formed, reports errors "
97 let description = [{
119 /*description=*/"Combines the current layout with the given list of "
127 /*description=*/"Returns the list of layout entries.",
133 /*description
[all...]
/llvm-project/bolt/docs/
H A Dgenerate_doc.py18 def add_info(sections, section, option, description): argument
23 for line in description
42 option, description = None, []
49 add_info(sections, current_section, option, description)
50 option, description = None, []
65 if option and description:
66 # Join description lines, adding an extra newline for
68 add_info(sections, current_section, option, description)
69 option, description = None, []
76 description
[all...]
/llvm-project/llvm/bindings/ocaml/llvm/
H A DMETA.llvm.in3 description = "LLVM OCaml bindings"
11 description = "Intermediate representation analysis for LLVM"
19 description = "Bitcode reader for LLVM"
27 description = "Bitcode writer for LLVM"
35 description = "JIT and Interpreter for LLVM"
43 description = "DebugInfo support for LLVM"
51 description = "IR assembly reader for LLVM"
59 description = "Transform utilities for LLVM"
67 description = "Pass Manager Builder for LLVM"
75 description = "Target Information for LLVM"
[all …]
/llvm-project/mlir/include/mlir/Dialect/Vector/TransformOps/
H A DVectorTransformOps.td22 let description = [{
43 let description = [{
58 let description = [{
74 let description = [{
90 let description = [{
111 let description = [{
125 let description = [{
139 let description = [{
158 let description = [{
169 let description
[all...]
/llvm-project/lld/test/ELF/
H A Darm-attributes.s68 // CHECK-NEXT: Description: ARM v7
74 // CHECK-NEXT: Description: Application
80 // CHECK-NEXT: Description: Permitted
86 // CHECK-NEXT: Description: Thumb-2
92 // CHECK-NEXT: Description: VFPv3
98 // CHECK-NEXT: Description: NEONv1
104 // CHECK-NEXT: Description: v6
110 // CHECK-NEXT: Description: PC-relative
116 // CHECK-NEXT: Description: PC-relative
122 // CHECK-NEXT: Description: GOT-Indirect
[all …]
/llvm-project/mlir/include/mlir/Pass/
H A DPassRegistry.h51 /// to invoke via mlir-opt, description, pass pipeline builder).
69 /// Returns a description for the pass, this never returns null.
70 StringRef getPassDescription() const { return description; }
73 /// description, and any pass options. `descIndent` is the indent that the
82 StringRef arg, StringRef description, const PassRegistryFunction &builder, in PassRegistryEntry()
85 : arg(arg), description(description), builder(builder),
92 /// Description of the pass.
93 std::string description;
107 StringRef arg, StringRef description, cons in PassPipelineInfo()
79 PassRegistryEntry(StringRef arg,StringRef description,const PassRegistryFunction & builder,std::function<void (function_ref<void (const detail::PassOptions &)>)> optHandler) PassRegistryEntry() argument
90 std::string description; global() variable
104 PassPipelineInfo(StringRef arg,StringRef description,const PassRegistryFunction & builder,std::function<void (function_ref<void (const detail::PassOptions &)>)> optHandler) PassPipelineInfo() argument
[all...]
/llvm-project/lldb/test/API/lang/objc/foundation/
H A DTestObjCMethods.py49 # Stop at the "description" selector.
51 self, "description", num_expected_locations=1, module_name="a.out"
94 # Followed by -[MyString description].
97 "Stop at -[MyString description]",
98 substrs=["a.out`-[MyString description]"],
103 # Followed by the same -[MyString description].
106 "Stop at -[MyString description]",
107 substrs=["a.out`-[MyString description]"],
127 # Stop at -[MyString description].
129 self, "-[MyString description]", num_expected_locations=1, sym_exact=True
[all …]
/llvm-project/mlir/include/mlir/TableGen/
H A DGenInfo.h28 /// mlir-tblgen, description, and generator function).
33 GenInfo(StringRef arg, StringRef description, GenFunction generator) in GenInfo() argument
34 : arg(arg), description(description), generator(std::move(generator)) {} in GenInfo()
46 /// Returns a description for the generator.
47 StringRef getGenDescription() const { return description; } in getGenDescription()
53 // Description of the generator.
54 StringRef description; variable
68 GenRegistration(StringRef arg, StringRef description,

12345678910>>...87