Searched refs:parseModuleID (Results 1 – 2 of 2) sorted by relevance
116 std::optional<uint64_t> parseModuleID(StringRef Str) const;
503 ASSIGN_OR_RETURN_NONE(uint64_t, ID, parseModuleID(Element.Fields[0])); in parseModule()533 ASSIGN_OR_RETURN_NONE(uint64_t, ID, parseModuleID(Element.Fields[3])); in parseMMap()568 std::optional<uint64_t> MarkupFilter::parseModuleID(StringRef Str) const { in parseModuleID() function in MarkupFilter