Searched refs:FormatSIGILLCodeName (Results 1 – 4 of 4) sorted by relevance
34 static std::string FormatSIGILLCodeName(int32_t signalCode);
117 std::string SignalInfo::FormatSIGILLCodeName(int32_t signalCode) in FormatSIGILLCodeName() function in OHOS::HiviewDFX::SignalInfo266 return FormatSIGILLCodeName(signalCode); in FormatCodeName()
42 static std::string FormatSIGILLCodeName(const int32_t signalCode);
121 return FormatSIGILLCodeName(signalCode); in FormatCodeName()154 std::string DfxSignal::FormatSIGILLCodeName(const int32_t signalCode) in FormatSIGILLCodeName() function in OHOS::HiviewDFX::DfxSignal