Searched refs:hasSEH (Results 1 – 8 of 8) sorted by relevance
50 FORWARD_SYMBOL_METHOD(hasSEH)
198 virtual bool hasSEH() const = 0;
171 bool hasSEH() const override;
176 bool hasSEH() const override;
519 bool NativeRawSymbol::hasSEH() const { in hasSEH() function in NativeRawSymbol
340 RAW_METHOD_DUMP(OS, hasSEH); in dump()1050 bool DIARawSymbol::hasSEH() const { in hasSEH() function in DIARawSymbol
1350 bool hasSEH() const { return (Attributes >> 9) & 1; } in hasSEH() function
1001 FD.getNumSavedRegs(), FD.useBP(), FD.hasSEH(), in dumpOldFpo()