Home
last modified time | relevance | path

Searched refs:parseSize (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/
H A DMarkupFilter.h118 std::optional<uint64_t> parseSize(StringRef Str) const;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp526 ASSIGN_OR_RETURN_NONE(uint64_t, Size, parseSize(Element.Fields[1])); in parseMMap()
580 std::optional<uint64_t> MarkupFilter::parseSize(StringRef Str) const { in parseSize() function in MarkupFilter