Home
last modified time | relevance | path

Searched refs:Descriptions (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp25 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 DServer.cpp44 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 DServer.h44 Descriptions; variable
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/DWARF/
H A Ddebug-loclists.yaml108 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 DXCore.td20 // Descriptions
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanai.td16 // Register File, Calling Conv, Instruction Descriptions
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVR.td30 // Instruction Descriptions
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVE.td26 // Register File, Calling Conv, Instruction Descriptions
/llvm-project-15.0.7/llvm/lib/Target/MSP430/
H A DMSP430.td59 // Instruction Descriptions
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68k.td84 // Instruction Descriptions
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssembly.td85 // Instruction Descriptions
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparc.td69 // Register File, Calling Conv, Instruction Descriptions
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsMTInstrInfo.td41 // MIPS MT Instruction Descriptions
H A DMips.td212 // Register File, Calling Conv, Instruction Descriptions
H A DMips64r6InstrInfo.td47 // Instruction Descriptions
H A DMips32r6InstrInfo.td312 // Instruction Descriptions
H A DMicroMips32r6InstrInfo.td272 // Instruction Descriptions
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp296 IO.mapOptional("Descriptions", LoclistEntry.Descriptions); in mapping()
H A DDWARFEmitter.cpp835 for (const DWARFYAML::DWARFOperation &Op : Entry.Descriptions) { in writeListEntry()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h191 std::vector<DWARFOperation> Descriptions; member
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagon.td362 // Register File, Instruction Descriptions
/llvm-project-15.0.7/llvm/docs/
H A DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst152 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 DAArch64.td575 // Instruction Descriptions
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARM.td1161 // Instruction Descriptions
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86.td652 // Instruction Descriptions

12