Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1326 size_t EqOrEnd = FrameFunc.find('='); in printCodeViewSymbolSection() local
1327 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()