reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp
  276       cie_sp->augmentation[i] = m_cfi_data.GetU8(&offset);
  277       if (cie_sp->augmentation[i] == '\0') {
  280           cie_sp->augmentation[j] = '\0';
  287         cie_sp->augmentation[CFI_AUG_MAX_SIZE - 1] != '\0') {
  310     if (cie_sp->augmentation[0]) {
  315       const size_t aug_str_len = strlen(cie_sp->augmentation);
  320       if (cie_sp->augmentation[0] == 'z') {
  324           char aug = cie_sp->augmentation[aug_str_idx];
  368       } else if (strcmp(cie_sp->augmentation, "eh") == 0) {
  589   if (cie->augmentation[0] == 'z') {
  606     strchr(cie->augmentation, 'S') ? eLazyBoolYes : eLazyBoolNo);