Searched refs:EqOrEnd (Results 1 – 1 of 1) sorted by relevance
1326 size_t EqOrEnd = FrameFunc.find('='); in printCodeViewSymbolSection() local1327 if (EqOrEnd == StringRef::npos) in printCodeViewSymbolSection()1328 EqOrEnd = FrameFunc.size(); in printCodeViewSymbolSection()1330 ++EqOrEnd; in printCodeViewSymbolSection()1331 StringRef Stmt = FrameFunc.substr(0, EqOrEnd); in printCodeViewSymbolSection()1333 FrameFunc = FrameFunc.drop_front(EqOrEnd).trim(); in printCodeViewSymbolSection()