Searched refs:GetFunctionKindString (Results 1 – 3 of 3) sorted by relevance
78 static std::string GetFunctionKindString(panda_file::FunctionKind function_kind);
63 std::string PandasmDumperUtils::GetFunctionKindString(panda_file::FunctionKind function_kind) in GetFunctionKindString() function in panda::abc2program::PandasmDumperUtils
255 …os << DUMP_TITLE_FUNCTION_KIND << PandasmDumperUtils::GetFunctionKindString(function.function_kind… in DumpFunctionKind()