Searched refs:GetUpdatedCatchBlockLabel (Results 1 – 2 of 2) sorted by relevance
528 catch_block.try_begin_label = GetUpdatedCatchBlockLabel(catch_block.try_begin_label); in UpdateCatchBlock()529 catch_block.try_end_label = GetUpdatedCatchBlockLabel(catch_block.try_end_label); in UpdateCatchBlock()530 catch_block.catch_begin_label = GetUpdatedCatchBlockLabel(catch_block.catch_begin_label); in UpdateCatchBlock()531 catch_block.catch_end_label = GetUpdatedCatchBlockLabel(catch_block.catch_end_label); in UpdateCatchBlock()534 std::string PandasmProgramDumper::GetUpdatedCatchBlockLabel(const std::string &orignal_label) const in GetUpdatedCatchBlockLabel() function in panda::abc2program::PandasmProgramDumper
80 std::string GetUpdatedCatchBlockLabel(const std::string &orignal_label) const;