Searched refs:moduleBuffer (Results 1 – 2 of 2) sorted by relevance
73 …e(const std::string &recordName, std::vector<panda::pandasm::LiteralArray::Literal> &moduleBuffer);89 std::vector<panda::pandasm::LiteralArray::Literal> &moduleBuffer);91 std::vector<panda::pandasm::LiteralArray::Literal> &moduleBuffer);
48 std::vector<panda::pandasm::LiteralArray::Literal> &moduleBuffer) in ProcessModule() argument51 DumpModuleInfo(recordName, moduleBuffer); in ProcessModule()56 ValidateModuleInfo(recordName, moduleBuffer); in ProcessModule()75 std::vector<panda::pandasm::LiteralArray::Literal> &moduleBuffer) in DumpModuleInfo() argument79 ss << Helpers::GetHashString(ConvertLiteralToString(moduleBuffer)) << std::endl; in DumpModuleInfo()84 std::vector<panda::pandasm::LiteralArray::Literal> &moduleBuffer) in ValidateModuleInfo() argument93 if (Helpers::GetHashString(ConvertLiteralToString(moduleBuffer)) != it->second) { in ValidateModuleInfo()