Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1611 const size_t OptStart = SecWithOpt.find('!'); // likely npos in emitPCSections() local
1612 const StringRef Sec = SecWithOpt.substr(0, OptStart); in emitPCSections()
1613 const StringRef Opts = SecWithOpt.substr(OptStart); // likely empty in emitPCSections()