Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataAggregator.cpp984 ErrorOr<StringRef> FromStrRes = parseString('/'); in parseLBREntry() local
985 if (std::error_code EC = FromStrRes.getError()) in parseLBREntry()
987 StringRef OffsetStr = FromStrRes.get(); in parseLBREntry()