Searched refs:OptStart (Results 1 – 1 of 1) sorted by relevance
1611 const size_t OptStart = SecWithOpt.find('!'); // likely npos in emitPCSections() local1612 const StringRef Sec = SecWithOpt.substr(0, OptStart); in emitPCSections()1613 const StringRef Opts = SecWithOpt.substr(OptStart); // likely empty in emitPCSections()