| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | PluginManager.h | 146 llvm::StringRef name, llvm::StringRef description, 338 llvm::StringRef name, llvm::StringRef description, 380 llvm::StringRef name, llvm::StringRef description, 470 ConstString description, bool is_global_property); 477 ConstString description, bool is_global_property); 484 ConstString description, bool is_global_property); 491 ConstString description, bool is_global_property); 498 ConstString description, bool is_global_property); 505 ConstString description, bool is_global_property); 513 ConstString description, bool is_global_property); [all …]
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | PluginManager.cpp | 191 : name(name), description(description), create_callback(create_callback), in PluginInstance() 195 llvm::StringRef description; member 237 return instance->description; in GetDescriptionAtIndex() 383 llvm::StringRef name, llvm::StringRef description, in RegisterPlugin() argument 417 llvm::StringRef name, llvm::StringRef description, in RegisterPlugin() argument 445 llvm::StringRef name, llvm::StringRef description, in RegisterPlugin() argument 478 llvm::StringRef name, llvm::StringRef description, in RegisterPlugin() argument 1514 description, is_global_property); in CreateSettingForDynamicLoaderPlugin() 1562 description, is_global_property); in CreateSettingForObjectFilePlugin() 1578 description, is_global_property); in CreateSettingForSymbolFilePlugin() [all …]
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | META.llvm.in | 3 description = "LLVM OCaml bindings" 19 description = "Bitcode reader for LLVM" 27 description = "Bitcode writer for LLVM" 35 description = "JIT and Interpreter for LLVM" 43 description = "IPO Transforms for LLVM" 51 description = "DebugInfo support for LLVM" 59 description = "IR assembly reader for LLVM" 67 description = "Scalar Transforms for LLVM" 83 description = "Vector Transforms for LLVM" 99 description = "Target Information for LLVM" [all …]
|
| /llvm-project-15.0.7/mlir/include/mlir/Pass/ |
| H A D | PassRegistry.h | 66 StringRef getPassDescription() const { return description; } in getPassDescription() 81 : arg(arg), description(description), builder(builder), in PassRegistryEntry() 89 std::string description; variable 106 : PassRegistryEntry(arg, description, builder, std::move(optHandler)) {} in PassPipelineInfo() 114 PassInfo(StringRef arg, StringRef description, 168 StringRef arg, StringRef description, in PassPipelineRegistration() 171 arg, description, in PassPipelineRegistration() 191 StringRef arg, StringRef description, 194 arg, description, 238 PassPipelineCLParser(StringRef arg, StringRef description); [all …]
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | CSKYAttributeParser.cpp | 131 std::string description; in fpuHardFP() local 134 description += LS; in fpuHardFP() 135 description += "Half"; in fpuHardFP() 138 description += LS; in fpuHardFP() 139 description += "Single"; in fpuHardFP() 142 description += LS; in fpuHardFP() 143 description += "Double"; in fpuHardFP() 146 if (description.empty()) { in fpuHardFP() 153 printAttribute(tag, value, description); in fpuHardFP()
|
| /llvm-project-15.0.7/mlir/include/mlir/TableGen/ |
| H A D | GenInfo.h | 33 GenInfo(StringRef arg, StringRef description, GenFunction generator) in GenInfo() argument 34 : arg(arg), description(description), generator(std::move(generator)) {} in GenInfo() 47 StringRef getGenDescription() const { return description; } in getGenDescription() 54 StringRef description; variable 68 GenRegistration(StringRef arg, StringRef description,
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | AMDGPUInstructionNotation.rst | 16 except that instead of real operands and modifiers it provides references to their description. 26 …description<amdgpu_syn_opcode_notation>`\ ``> <``\ :ref:`operands description<amdgpu_syn_instruct… 43 An instruction may have zero or more *operands*. They are comma-separated in the description: 45 …``<``\ :ref:`description of operand 0<amdgpu_syn_instruction_operand_notation>`\ ``>, <``\ :ref:`d… 62 * *name* is a link to a description of the operand. 120 …nstruction may have zero or more optional *modifiers*. They are space-separated in the description: 122 …``<``\ :ref:`description of modifier 0<amdgpu_syn_instruction_modifier_notation>`\ ``> <``\ :ref:`… 135 Where *name* is a link to a description of the *modifier*.
|
| H A D | AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst | 254 description. Since 702 location description (see :ref:`amdgpu-dwarf-location-description`). When a 2517 description RL is: 2752 description.* 2955 description that comprises one undefined location description. 3305 description SL. 3386 description. 3389 description. 3397 undefined location description or one memory location description.* 3413 description SL. [all …]
|
| /llvm-project-15.0.7/mlir/test/mlir-tblgen/ |
| H A D | gen-dialect-doc.td | 10 let description = [{ 20 let description = "attribute description"; 25 let description = "type description"; 39 // CHECK: attribute description 43 // CHECK: type description 49 let description = [{
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Tosa/IR/ |
| H A D | TosaOps.td | 41 let description = [{ 65 let description = [{ 97 let description = [{ 130 let description = [{ 162 let description = [{ 195 let description = [{ 223 let description = [{ 251 let description = [{ 282 let description = [{ 319 let description = [{ [all …]
|
| /llvm-project-15.0.7/lldb/test/API/api/multithreaded/ |
| H A D | test_listener_event_description.cpp.template | 2 // LLDB C++ API Test: verify the event description that is received by an 34 SBStream description; 35 event.GetDescription(description); 36 string str(description.GetData()); 48 g_error_desc.append("Did not get expected event description"); 53 g_error_desc.append("Event description incorrect: missing 'state-changed' "); 56 g_error_desc.append("Event description incorrect: missing process pid "); 61 string errString = ("Event description incorrect: expected state "
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | assert-side-effect.m | 18 #define NSAssert(condition, description, ...) \ 23 desc:(description)]; \ 26 #define NSCAssert(condition, description, ...) \ 29 [[NSAssertionHandler currentHandler] handleFailureInFunction:(description)]; \ 33 #define NSAssert(condition, description, ...) do {} while (0) 34 #define NSCAssert(condition, description, ...) do {} while (0)
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/exceptions/ |
| H A D | TestObjCExceptions.py | 80 self.assertEqual(e1.GetChildMemberWithName("name").description, "ExceptionName") 81 self.assertEqual(e1.GetChildMemberWithName("reason").description, "SomeReason") 84 self.assertEqual(userInfo.GetChildAtIndex(0).GetChildAtIndex(0).description, "some_key") 85 self.assertEqual(userInfo.GetChildAtIndex(0).GetChildAtIndex(1).description, "some_value") 86 self.assertEqual(e1.GetChildMemberWithName("reserved").description, "<nil>") 109 self.assertEqual(e2.GetChildMemberWithName("name").description, "ThrownException") 110 self.assertEqual(e2.GetChildMemberWithName("reason").description, "SomeReason") 113 self.assertEqual(userInfo.GetChildAtIndex(0).GetChildAtIndex(0).description, "some_key") 114 self.assertEqual(userInfo.GetChildAtIndex(0).GetChildAtIndex(1).description, "some_value") 118 …if reserved.GetChildAtIndex(i).GetChildAtIndex(0).description == "callStackReturnAddresses"][0].dy…
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/foundation/ |
| H A D | main.m | 39 - (NSString *)description 41 // Set a breakpoint on '-[MyString description]' and test expressions: 43 if (self.descriptionPauses) // Break here for description test 73 printf("[str description] = %s\n", [[str description] UTF8String]); 79 // expression [str description] 80 // expression [str_id description] 82 // expression str.description 96 NSLog(@"MyString instance: %@", [my description]); 98 NSLog(@"MyString instance: %@", [my description]);
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | CompletionRequest.h | 53 Completion(llvm::StringRef completion, llvm::StringRef description, in Completion() argument 55 : m_completion(completion.str()), m_descripton(description.str()), in Completion() 75 void AddResult(llvm::StringRef completion, llvm::StringRef description, 168 llvm::StringRef description = "", 170 m_result.AddResult(completion, description, mode); 181 llvm::StringRef description = "") { 188 AddCompletion(completion, description, M);
|
| /llvm-project-15.0.7/lldb/examples/darwin/heap_find/ |
| H A D | heap.py | 723 description += ' <%5u>' % (malloc_size) 725 description += ' [%#x - %#x)' % ( 762 description += ' ' 793 if description: 794 result_output += description 833 description=description, 845 description=description, 982 description=description, 1093 description=description, 1247 description=description, [all …]
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Complex/IR/ |
| H A D | ComplexOps.td | 49 let description = [{ 67 let description = [{ 86 let description = [{ 107 let description = [{ 138 let description = [{ 167 let description = [{ 191 let description = [{ 208 let description = [{ 230 let description = [{ 253 let description = [{ [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 171 std::string description; in RetrieveReportData() local 173 process_sp->ReadCStringFromMemory(description_ptr, description, error); in RetrieveReportData() 186 dict->AddStringItem("description", description); in RetrieveReportData() 193 std::string description = std::string(report->GetAsDictionary() in FormatDescription() local 197 return llvm::StringSwitch<std::string>(description) in FormatDescription() 235 .Default("AddressSanitizer detected: " + description); in FormatDescription() 254 std::string description; in NotifyBreakpointHit() local 256 description = instance->FormatDescription(report); in NotifyBreakpointHit() 264 *thread_sp, description, report)); in NotifyBreakpointHit()
|
| /llvm-project-15.0.7/mlir/lib/CAPI/IR/ |
| H A D | Pass.cpp | 96 StringRef description, Optional<StringRef> opName, in ExternalPass() argument 100 description(description), dependentDialects(dependentDialects), in ExternalPass() 109 StringRef getDescription() const override { return description; } in getDescription() 138 return std::make_unique<ExternalPass>(id, name, argument, description, in clonePass() 147 std::string description; member in mlir::ExternalPass 156 MlirStringRef description, MlirStringRef opName, in mlirCreateExternalPass() argument 162 unwrap(passID), unwrap(name), unwrap(argument), unwrap(description), in mlirCreateExternalPass()
|
| /llvm-project-15.0.7/mlir/lib/Pass/ |
| H A D | PassCrashRecovery.cpp | 46 void generate(std::string &description); 110 llvm::raw_string_ostream descOS(description); in generate() 153 std::string description; in crashHandler() local 154 context->generate(description); in crashHandler() 159 << description; in crashHandler() 248 std::string description; in finalize() local 249 impl->activeContexts.front()->generate(description); in finalize() 257 note << "]: " << description; in finalize() 269 std::string description; in finalize() local 270 reproducerContext.generate(description); in finalize() [all …]
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | InstrumentationRuntimeStopInfo.cpp | 19 Thread &thread, std::string description, in InstrumentationRuntimeStopInfo() argument 23 m_description = description; in InstrumentationRuntimeStopInfo() 32 Thread &thread, std::string description, in CreateStopReasonWithInstrumentationData() argument 35 new InstrumentationRuntimeStopInfo(thread, description, additionalData)); in CreateStopReasonWithInstrumentationData()
|
| /llvm-project-15.0.7/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/ |
| H A D | AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md | 374 description in the location area with a single part. The location description in 725 description on the stack. The storage of the implicit location description is 739 description into a complete location description. This allows a complete 915 description out of a location description, an element size, and an element 1329 If a location description has more than one single location description, the 1337 description that has more than one single location description. There are no 2721 description.</i> 2802 description that comprises one undefined location description. 2875 description SL. 3197 the location description L. Where L is the location description of the [all …]
|
| /llvm-project-15.0.7/llvm/utils/gn/build/toolchain/ |
| H A D | BUILD.gn | 38 description = "CC {{output}}" 46 description = "CXX {{output}}" 54 description = "OBJCXX {{output}}" 62 description = "ASM {{output}}" 75 description = "AR {{output}}" 111 description = "SOLINK $outfile" 126 description = "SOLINK $outfile" 139 description = "LINK $outfile" 290 description = "CC {{output}}" 318 description = "LINK $dllfile" [all …]
|
| /llvm-project-15.0.7/mlir/include/mlir/Interfaces/ |
| H A D | DataLayoutInterfaces.td | 26 let description = [{ 41 /*description=*/"Returns the key of the this layout entry.", 47 /*description=*/"Returns the value of this layout entry.", 74 let description = [{ 96 /*description=*/"Combines the current layout with the given list of " 104 /*description=*/"Returns the list of layout entries.", 174 let description = [{ 271 let description = [{ 297 /*description=*/"Returns the size of this type in bytes.", 309 /*description=*/"Returns the size of this type in bits.", [all …]
|
| /llvm-project-15.0.7/cmake/Modules/ |
| H A D | GNUInstallPackageDir.cmake | 12 macro(_GNUInstallPackageDir_cache_convert_to_path var description) 18 set_property(CACHE ${var} PROPERTY HELPSTRING "${description}") 25 macro(_GNUInstallPackageDir_cache_path var default description) 27 set(${var} "${default}" CACHE PATH "${description}") 29 _GNUInstallPackageDir_cache_convert_to_path("${var}" "${description}")
|