Lines Matching refs:PandasmDumperUtils
21 LiteralTagToStringMap PandasmDumperUtils::literal_tag_to_string_map_ = {
52 FunctionKindToStringMap PandasmDumperUtils::function_kind_to_string_map_ = {
63 std::string PandasmDumperUtils::GetFunctionKindString(panda_file::FunctionKind function_kind)
70 std::string PandasmDumperUtils::LiteralTagToString(const panda_file::LiteralTag &tag)
77 bool PandasmDumperUtils::IsMatchLiteralId(const pandasm::Ins &pa_ins)
83 size_t PandasmDumperUtils::GetLiteralIdIndex4Ins(const pandasm::Ins &pa_ins)
90 std::string PandasmDumperUtils::GetMappedLabel(const std::string &label, const LabelMap &label_map)
100 pandasm::Ins PandasmDumperUtils::DeepCopyIns(const pandasm::Ins &input)
121 pandasm::Function::CatchBlock PandasmDumperUtils::DeepCopyCatchBlock(
134 uint32_t PandasmDumperUtils::GetLiteralArrayIdFromName(const std::string &literal_array_id_name)