Home
last modified time | relevance | path

Searched refs:aug (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DEhFrame.cpp145 StringRef aug = readString(); in getAugmentation() local
157 return aug; in getAugmentation()
164 StringRef aug = getAugmentation(); in getFdeEncoding() local
165 for (char c : aug) { in getFdeEncoding()
175 failOn(aug.data(), "unknown .eh_frame augmentation string: " + aug); in getFdeEncoding()
181 StringRef aug = getAugmentation(); in hasLSDA() local
182 for (char c : aug) { in hasLSDA()
192 failOn(aug.data(), "unknown .eh_frame augmentation string: " + aug); in hasLSDA()
/llvm-project-15.0.7/lld/test/MachO/invalid/
H A Deh-frame.s45 .asciz "zPR" # aug string
49 .byte 0x01 # aug length
64 .asciz "zR" # aug string
68 .byte 0x01 # aug length
81 .ascii "zR" # invalid aug string
/llvm-project-15.0.7/llvm/test/DebugInfo/AArch64/
H A Deh_frame_personality.ll43 ; 00 00 00 00 00 00 00 00: First part of aug (personality routine). Relocated, obviously
44 ; 00: Second part of aug (language-specific data): absolute pointer format used
/llvm-project-15.0.7/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp327 char aug = cie_sp->augmentation[aug_str_idx]; in ParseCIE() local
328 switch (aug) { in ParseCIE()
/llvm-project-15.0.7/lld/MachO/
H A DInputFiles.cpp1324 StringRef aug = reader.readString(&off); in parseCIE() local
1330 for (char c : aug) { in parseCIE()