Home
last modified time | relevance | path

Searched refs:augmentation (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/
H A Ddebug-names-verify-short2.s4 # CHECK: parsing .debug_names header at 0x0: cannot read header augmentation
47 .long 8 # Header: augmentation length
48 .asciz "short" # Header: augmentation
H A Ddebug-names-verify-cu-lists.s68 .long 0 # Header: augmentation length
85 .long 0 # Header: augmentation length
104 .long 0 # Header: augmentation length
H A Ddebug-names-misaligned.s31 .long 0 # Header: augmentation length
63 .long 0 # Header: augmentation length
H A Ddebug-names-find-dwo.s140 .long 8 # Header: augmentation string size
141 .ascii "LLVM0700" # Header: augmentation string
H A Ddebug-names-find.s107 .long 0 # Header: augmentation length
156 .long 0 # Header: augmentation length
H A Ddebug-names-verify-abbrev-forms.s79 .long 0 # Header: augmentation length
136 .long 0 # Header: augmentation length
H A Ddebug-names-verify-abbrev-short.s47 .long 0 # Header: augmentation length
H A Ddebug-names-verify-short3.s47 .long 0 # Header: augmentation length
H A Ddebug-names-verify-abbrev-duplicate.s47 .long 0 # Header: augmentation length
H A Ddebug-names-verify-no-buckets.s61 .long 0 # Header: augmentation length
H A Ddebug-names-verify-buckets.s61 .long 0 # Header: augmentation length
H A Ddebug-names-multi-find.s71 .long 0 # Header: augmentation length
H A Ddebug-names-verify-wrong-hash.s68 .long 0 # Header: augmentation length
H A Ddebug-names-many-tu.s35 .long 0 # Header: augmentation string size
H A Ddebug-names-verify-unhashed-names.s80 .long 0 # Header: augmentation length
/llvm-project-15.0.7/lldb/test/Shell/Unwind/Inputs/
H A Deh-frame-augment-noop.s2 # augmentation machinery should detect that no augmentation is needed and use
/llvm-project-15.0.7/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp279 cie_sp->augmentation[i] = m_cfi_data.GetU8(&offset); in ParseCIE()
280 if (cie_sp->augmentation[i] == '\0') { in ParseCIE()
283 cie_sp->augmentation[j] = '\0'; in ParseCIE()
290 cie_sp->augmentation[CFI_AUG_MAX_SIZE - 1] != '\0') { in ParseCIE()
313 if (cie_sp->augmentation[0]) { in ParseCIE()
318 const size_t aug_str_len = strlen(cie_sp->augmentation); in ParseCIE()
323 if (cie_sp->augmentation[0] == 'z') { in ParseCIE()
327 char aug = cie_sp->augmentation[aug_str_idx]; in ParseCIE()
371 } else if (strcmp(cie_sp->augmentation, "eh") == 0) { in ParseCIE()
588 if (cie->augmentation[0] == 'z') { in FDEToUnwindPlan()
[all …]
/llvm-project-15.0.7/lld/test/ELF/
H A Dinvalid-eh-frame5.s6 # CHECK: corrupted .eh_frame: unknown .eh_frame augmentation string:
H A Dinvalid-eh-frame4.s6 # CHECK: corrupted .eh_frame: unknown .eh_frame augmentation string:
H A Deh-frame-hdr-abs-fde.s3 # if CIE augmentation string has 'L' token and PC values are encoded using
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/AArch64/
H A Ddwarf-cfi.s5 # CHECK-NEXT: augmentation: zR
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ARM/
H A Ddwarf-cfi.s5 # CHECK-NEXT: augmentation: zR
/llvm-project-15.0.7/lldb/test/Shell/Unwind/
H A Dprefer-debug-over-eh-frame.test21 # CHECK: Asynchronous (not restricted to call-sites) UnwindPlan is 'DWARF CFI plus augmentation fro…
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DDWARFCallFrameInfo.h89 char augmentation[CFI_AUG_MAX_SIZE]; // This is typically empty or very member
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Ddwarfdump-debug-names.s33 .long 0 # Header: augmentation length
74 .long 0 # Header: augmentation length

12