Searched refs:hasSEH (Results 1 – 7 of 7) sorted by relevance
48 FORWARD_SYMBOL_METHOD(hasSEH)
155 virtual bool hasSEH() const = 0;
146 bool hasSEH() const override;
260 MOCK_SYMBOL_ACCESSOR(hasSEH)
769 P.printBoolean("Has SEH", Fpo.hasSEH()); in dumpFpoStream()
1029 bool hasSEH() const { return (Attributes >> 9) & 1; } in hasSEH() function
888 bool DIARawSymbol::hasSEH() const { in hasSEH() function in DIARawSymbol