Searched refs:has_unwinding_info (Results 1 – 4 of 4) sorted by relevance
484 if (code.has_unwinding_info()) { in LogWriteUnwindingInfo()500 if (code.has_unwinding_info()) { in LogWriteUnwindingInfo()
365 inline bool has_unwinding_info() const;
596 if (has_unwinding_info()) { in Disassemble()
843 bool Code::has_unwinding_info() const { return unwinding_info_size() > 0; } in has_unwinding_info() function