Searched refs:GetSerializedMethodAnnotation (Results 1 – 3 of 3) sorted by relevance
72 std::optional<std::string> GetSerializedMethodAnnotation(const std::string &method_name,
667 std::optional<std::string> Disassembler::GetSerializedMethodAnnotation(const std::string &method_na… in GetSerializedMethodAnnotation() function in panda::disasm::Disassembler
124 auto anno = disasm->GetSerializedMethodAnnotation(method_name, anno_name); in ValidateMethodAnnotation()