/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFExpression.cpp | 26 std::vector<Desc> Descriptions; in getOpDescriptions() local 27 Descriptions.resize(0xff); in getOpDescriptions() 28 Descriptions[DW_OP_addr] = Desc(Op::Dwarf2, Op::SizeAddr); in getOpDescriptions() 29 Descriptions[DW_OP_deref] = Desc(Op::Dwarf2); in getOpDescriptions() 30 Descriptions[DW_OP_const1u] = Desc(Op::Dwarf2, Op::Size1); in getOpDescriptions() 31 Descriptions[DW_OP_const1s] = Desc(Op::Dwarf2, Op::SignedSize1); in getOpDescriptions() 32 Descriptions[DW_OP_const2u] = Desc(Op::Dwarf2, Op::Size2); in getOpDescriptions() 33 Descriptions[DW_OP_const2s] = Desc(Op::Dwarf2, Op::SignedSize2); in getOpDescriptions() 34 Descriptions[DW_OP_const4u] = Desc(Op::Dwarf2, Op::Size4); in getOpDescriptions() 35 Descriptions[DW_OP_const4 in getOpDescriptions() 112 getDescImpl(ArrayRef<Desc> Descriptions,unsigned Opcode) getDescImpl() argument 120 static std::vector<Desc> Descriptions = getOpDescriptions(); getOpDesc() local 129 std::vector<Desc> Descriptions; getSubOpDescriptions() local 137 static std::vector<Desc> Descriptions = getSubOpDescriptions(); getSubOpDesc() local [all...] |
/llvm-project/lldb/unittests/Utility/ |
H A D | CompletionRequestTest.cpp | 53 StringList matches, descriptions; in TEST() local 59 result.GetDescriptions(descriptions); in TEST() 63 EXPECT_EQ(1U, descriptions.GetSize()); in TEST() 64 EXPECT_STREQ("car", descriptions.GetStringAtIndex(0U)); in TEST() 186 StringList matches, descriptions; in TEST() local 191 result.GetDescriptions(descriptions); in TEST() 198 result.GetDescriptions(descriptions); in TEST() 202 EXPECT_EQ(1U, descriptions.GetSize()); in TEST() 204 EXPECT_STREQ("comment", descriptions.GetStringAtIndex(0)); in TEST() 208 result.GetDescriptions(descriptions); in TEST() [all …]
|
/llvm-project/llvm/test/tools/yaml2obj/ELF/DWARF/ |
H A D | debug-loclists.yaml | 39 ## ^- location descriptions length (ULEB1… 47 ## ^- location descriptions length (ULEB1… 54 ## ^- location descriptions length (ULEB1… 59 ## ^- location descriptions length (ULEB1… 80 ## ^- location descriptions length (ULEB1… 89 ## ^- location descriptions length (ULEB1… 108 Descriptions: 116 Descriptions: 122 Descriptions: 128 Descriptions: [all …]
|
/llvm-project/lldb/test/API/commands/command/script/add/ |
H A D | TestAddParsedCommand.py | 80 descriptions = lldb.SBStringList() 84 cmd_str, len(cmd_str), 0, 1000, matches, descriptions 95 num_descriptions = descriptions.GetSize() 100 "descriptions and expected of different lengths", 116 desc = descriptions.GetStringAtIndex(idx) 227 descriptions = lldb.SBStringList() 233 self.handle_completion("no-args -e f", 1, matches, descriptions, False) 240 descriptions.Clear() 242 # We don't have descriptions for the file path completer: 243 self.handle_completion(cmd_str, 1, matches, descriptions, Fals [all...] |
/llvm-project/lldb/include/lldb/Utility/ |
H A D | CompletionRequest.h | 85 /// Adds all collected completion descriptions to the given list. 88 void GetDescriptions(StringList &descriptions) const; 203 /// Adds multiple possible completion strings alongside their descriptions. 205 /// The number of completions and descriptions must be identical. 208 /// \param descriptions The list of descriptions. 212 const StringList &descriptions) { in AddCompletions() 213 lldbassert(completions.GetSize() == descriptions.GetSize()); in AddCompletions() 216 descriptions.GetStringAtIndex(i)); 210 AddCompletions(const StringList & completions,const StringList & descriptions) AddCompletions() argument
|
/llvm-project/flang/docs/ |
H A D | RuntimeTypeInfo.md | 28 This note summarizes the requirements for these descriptions. 31 descriptions from its scoped symbol table after name resolution 43 derived type descriptions in the runtime library. 52 The ordered component descriptions are needed to implement 62 offsets, bounds, cobounds, derived type descriptions when appropriate, 115 type descriptions at runtime. 250 ## Exporting derived type descriptions from module relocatables 268 Derived type descriptions therefore will contain pointers to
|
/llvm-project/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/ |
H A D | AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md | 1 # Allow Location Descriptions on the DWARF Expression Stack <!-- omit in toc --> 14 that allows both typed values and location descriptions to be manipulated on the 15 evaluation stack. Both single and multiple location descriptions are supported 17 support the full generality of location descriptions. This is done in a manner 21 The extension permits operations to act on location descriptions in an 205 DWARF defines the locations of objects in terms of location descriptions. 220 values, location descriptions are not pushed on the stack. Instead they are 221 conceptually placed in a location area. Unlike values, location descriptions do 278 DWARF defines composite location descriptions that can have one or more parts. 304 bytes. If there are no other location descriptions in the location area, and no [all …]
|
/llvm-project/llvm/docs/ |
H A D | AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst | 107 DWARF Version 5 does not allow location descriptions to be entries on the DWARF 111 containing both values and location descriptions naturally. It allows objects to 121 while enabling the ability to explicitly create memory location descriptions in 123 descriptions to any kind of location description. 125 For those familiar with the definition of location descriptions in DWARF Version 129 bit addressing, the ability for composite location descriptions to be composed 139 location descriptions. It is anticipated that will also be the case for other 143 descriptions as stack entries and with implicit conversions. All GDB tests have 152 This extension is separately described at *Allow Location Descriptions on the 173 location descriptions t [all...] |
/llvm-project/lldb/source/Utility/ |
H A D | CompletionRequest.cpp | 77 void CompletionResult::GetDescriptions(StringList &descriptions) const { in GetDescriptions() 78 descriptions.Clear(); in GetDescriptions() 80 descriptions.AppendString(completion.GetDescription()); in GetDescriptions()
|
/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/ |
H A D | NVPTXMCTargetDesc.h | 1 //===-- NVPTXMCTargetDesc.h - NVPTX Target Descriptions ---------*- C++ -*-===// 9 // This file provides NVPTX specific target descriptions.
|
/llvm-project/llvm/lib/Target/XCore/MCTargetDesc/ |
H A D | XCoreMCTargetDesc.h | 1 //===-- XCoreMCTargetDesc.h - XCore Target Descriptions ---------*- C++ -*-===// 9 // This file provides XCore specific target descriptions.
|
/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | R600MCTargetDesc.cpp | 1 //===-- R600MCTargetDesc.cpp - R600 Target Descriptions -------------------===// 10 /// \brief This file provides R600 specific target descriptions.
|
H A D | R600MCTargetDesc.h | 1 //===-- R600MCTargetDesc.h - R600 Target Descriptions -----*- C++ -*-===// 10 /// Provides R600 specific target descriptions.
|
H A D | AMDGPUMCTargetDesc.h | 1 //===-- AMDGPUMCTargetDesc.h - AMDGPU Target Descriptions -----*- C++ -*-===// 10 /// Provides AMDGPU specific target descriptions.
|
/llvm-project/clang-tools-extra/docs/ |
H A D | pp-trace.rst | 130 The argument descriptions table describes the callback argument information 160 Argument descriptions: 185 Argument descriptions: 207 Argument descriptions: 241 Argument descriptions: 263 Argument descriptions: 280 Argument descriptions: 300 Argument descriptions: 320 Argument descriptions: 342 Argument descriptions: [all …]
|
/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/ |
H A D | ARCMCTargetDesc.h | 1 //===- ARCMCTargetDesc.h - ARC Target Descriptions --------------*- C++ -*-===// 9 // This file provides ARC specific target descriptions.
|
/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchMCTargetDesc.h | 1 //===- LoongArchMCTargetDesc.h - LoongArch Target Descriptions --*- C++ -*-===// 9 // This file provides LoongArch specific target descriptions.
|
/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYMCTargetDesc.h | 1 //===-- CSKYMCTargetDesc.h - CSKY Target Descriptions -----------*- C++ -*-===// 9 // This file provides CSKY specific target descriptions.
|
/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/ |
H A D | XtensaMCTargetDesc.h | 1 //===-- XtensaMCTargetDesc.h - Xtensa Target Descriptions -------*- C++ -*-===// 11 // This file provides Xtensa specific target descriptions.
|
/llvm-project/llvm/lib/Target/VE/MCTargetDesc/ |
H A D | VEMCTargetDesc.h | 1 //===-- VEMCTargetDesc.h - VE Target Descriptions ---------------*- C++ -*-===// 9 // This file provides VE specific target descriptions.
|
/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRMCTargetDesc.h | 1 //===-- AVRMCTargetDesc.h - AVR Target Descriptions -------------*- C++ -*-===// 9 // This file provides AVR specific target descriptions.
|
/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
H A D | MSP430MCTargetDesc.h | 1 //===-- MSP430MCTargetDesc.h - MSP430 Target Descriptions -------*- C++ -*-===// 9 // This file provides MSP430 specific target descriptions.
|
/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
H A D | LanaiMCTargetDesc.h | 1 //===-- LanaiMCTargetDesc.h - Lanai Target Descriptions ---------*- C++ -*-===// 9 // This file provides Lanai specific target descriptions.
|
/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVMCTargetDesc.h | 1 //===-- SPIRVMCTargetDesc.h - SPIR-V Target Descriptions --------*- C++ -*-===// 9 // This file provides SPIR-V specific target descriptions.
|
/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsMCTargetDesc.h | 1 //===-- MipsMCTargetDesc.h - Mips Target Descriptions -----------*- C++ -*-===// 9 // This file provides Mips specific target descriptions.
|