Home | History | Annotate | Download | only in dwarf

Lines Matching defs:it

85   // reading it, then go back and read it again.
314 // DW_FORM_indirect is never used because it is such a space
469 // It is the point in the header after the initial length field
483 // debug_info, since they need it to deal with ref_addr forms.
494 // If it is padding, then we are done with the compilation unit's DIEs.
577 // It is legal for the directory entry table to be empty.
589 // It is also legal for the file entry table to be empty.
630 // If the opcode is great than the opcode_base, it is a special
639 // Check if the lsm passes "pc". If so, mark it as passed.
664 // Check if the lsm passes "pc". If so, mark it as passed.
711 // Check if the lsm passes "pc". If so, mark it as passed.
725 // Check if the lsm passes "pc". If so, mark it as passed.
806 // It is the point in the header after the initial length field
859 // It's annoying that we have to handle Rules using pointers (because
861 // so it would be much nicer if we could just handle them by value
864 // It seems like all these could simply be instances of std::tr1::bind,
915 // Rule: the register's value is the same as that it had in the caller.
952 // are only ever applied to CFA rules, for DW_CFA_def_cfa_offset, and it
953 // doesn't make sense to use OffsetRule for computing the CFA: it
1063 // a rule for it has been established.
1098 // Since each map owns the rules it refers to, assignment must copy them.
1100 for (RuleByNumber::const_iterator it = rhs.registers_.begin();
1101 it != rhs.registers_.end(); it++)
1102 registers_[it->first] = it->second->Copy();
1108 RuleByNumber::const_iterator it = registers_.find(reg);
1109 if (it != registers_.end())
1110 return it->second->Copy();
1136 // it's garbage input. The instruction interpreter should have
1157 // callee-saves registers is that they are unchanged, it's a good
1169 // rule if it is different.
1194 for (RuleByNumber::iterator it = registers_.begin();
1195 it != registers_.end(); it++)
1196 delete it->second;
1200 // The state of the call frame information interpreter as it processes
1693 // I'm not sure what this is. GDB doesn't use it for unwinding.
1759 // callee-saves registers is that they are unchanged, it's a good
1797 // and the length didn't fit in a size_t, we would have rejected it
1888 // Is it an augmentation we recognize?
1922 // use the augmentation string to parse it.
1955 // LSDA to use, since it appears in the FDE.
2058 // anything here at all, we know what it is, and where it starts.
2100 // Make it easy to skip this entry with 'continue': assume that