| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFExpression.cpp | 25 DescVector Descriptions; in getDescriptions() local 29 Descriptions.resize(0xff); in getDescriptions() 57 Descriptions[DW_OP_or] = Desc(Op::Dwarf2); in getDescriptions() 73 Descriptions[LA] = Desc(Op::Dwarf2); in getDescriptions() 75 Descriptions[LA] = Desc(Op::Dwarf2); in getDescriptions() 92 Descriptions[DW_OP_implicit_value] = in getDescriptions() 95 Descriptions[DW_OP_WASM_location] = in getDescriptions() 105 Descriptions[DW_OP_regval_type] = in getDescriptions() 108 return Descriptions; in getDescriptions() 115 if (OpCode >= Descriptions.size()) in getOpDesc() [all …]
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/remote/server/ |
| H A D | Server.cpp | 44 if (Descriptions.find((void *)Description->bin_ptr()) != Descriptions.end()) in RegisterLib() 46 Descriptions[(void *)Description->bin_ptr()].get()); in RegisterLib() 48 Descriptions[(void *)Description->bin_ptr()] = std::move(Desc); in RegisterLib() 57 if (Descriptions.find((void *)Request->number()) == Descriptions.end()) { in UnregisterLib() 62 PM->RTLs.UnregisterLib(Descriptions[(void *)Request->number()].get()); in UnregisterLib() 63 freeTargetBinaryDescription(Descriptions[(void *)Request->number()].get()); in UnregisterLib() 64 Descriptions.erase((void *)Request->number()); in UnregisterLib()
|
| H A D | Server.h | 44 Descriptions; variable
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/DWARF/ |
| H A D | debug-loclists.yaml | 108 Descriptions: 116 Descriptions: 122 Descriptions: 128 Descriptions: 138 Descriptions: 145 Descriptions: 269 Descriptions: 343 Descriptions: 561 Descriptions: 762 Descriptions:
|
| /llvm-project-15.0.7/llvm/lib/Target/XCore/ |
| H A D | XCore.td | 20 // Descriptions
|
| /llvm-project-15.0.7/llvm/lib/Target/Lanai/ |
| H A D | Lanai.td | 16 // Register File, Calling Conv, Instruction Descriptions
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/ |
| H A D | AVR.td | 30 // Instruction Descriptions
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VE.td | 26 // Register File, Calling Conv, Instruction Descriptions
|
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/ |
| H A D | MSP430.td | 59 // Instruction Descriptions
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68k.td | 84 // Instruction Descriptions
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssembly.td | 85 // Instruction Descriptions
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/ |
| H A D | Sparc.td | 69 // Register File, Calling Conv, Instruction Descriptions
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsMTInstrInfo.td | 41 // MIPS MT Instruction Descriptions
|
| H A D | Mips.td | 212 // Register File, Calling Conv, Instruction Descriptions
|
| H A D | Mips64r6InstrInfo.td | 47 // Instruction Descriptions
|
| H A D | Mips32r6InstrInfo.td | 312 // Instruction Descriptions
|
| H A D | MicroMips32r6InstrInfo.td | 272 // Instruction Descriptions
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | DWARFYAML.cpp | 296 IO.mapOptional("Descriptions", LoclistEntry.Descriptions); in mapping()
|
| H A D | DWARFEmitter.cpp | 835 for (const DWARFYAML::DWARFOperation &Op : Entry.Descriptions) { in writeListEntry()
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFYAML.h | 191 std::vector<DWARFOperation> Descriptions; member
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | Hexagon.td | 362 // Register File, Instruction Descriptions
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst | 152 This extension is separately described at *Allow Location Descriptions on the 205 2.4 Generalize Offsetting of Location Descriptions 250 2.5 Generalize Creation of Undefined Location Descriptions 268 2.6 Generalize Creation of Composite Location Descriptions 420 2.10 DWARF Operations to Create Vector Composite Location Descriptions 3847 A.6.2.4.1 Standard Content Descriptions 4760 4. [AMDGPU-DWARF-LOC] `Allow Location Descriptions on the DWARF Expression Stack <https://llvm.org…
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64.td | 575 // Instruction Descriptions
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARM.td | 1161 // Instruction Descriptions
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86.td | 652 // Instruction Descriptions
|