Lines Matching refs:kind
654 // Return the textual name of KIND. For error reporting.
655 static const char *KindName(EntryKind kind);
670 // Which kind of entry this is.
673 // in the midst of parsing. Error reporting code may assume that kind,
674 // offset, and start fields are valid, although kind may be kUnknown.
675 EntryKind kind;
678 // the start of this entry's kind-specific fields.
973 // The CFI entry at OFFSET ends too early to be well-formed. KIND
974 // indicates what kind of entry it is; KIND can be kUnknown if we
976 virtual void Incomplete(uint64 offset, CallFrameInfo::EntryKind kind);
1015 // The entry at OFFSET, of kind KIND, has an unrecognized
1017 virtual void BadInstruction(uint64 offset, CallFrameInfo::EntryKind kind,
1020 // The instruction at INSN_OFFSET in the entry at OFFSET, of kind
1021 // KIND, establishes a rule that cites the CFA, but we have not
1023 virtual void NoCFARule(uint64 offset, CallFrameInfo::EntryKind kind,
1026 // The instruction at INSN_OFFSET in the entry at OFFSET, of kind
1027 // KIND, is a DW_CFA_restore_state instruction, but the stack of
1029 virtual void EmptyStateStack(uint64 offset, CallFrameInfo::EntryKind kind,
1033 // at OFFSET, of kind KIND, would restore a state that has no CFA
1037 virtual void ClearingCFARule(uint64 offset, CallFrameInfo::EntryKind kind,