Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1600 const StringRef SecWithOpt = S->getString(); in emitPCSections() local
1601 const size_t OptStart = SecWithOpt.find('!'); // likely npos in emitPCSections()
1602 const StringRef Sec = SecWithOpt.substr(0, OptStart); in emitPCSections()
1603 const StringRef Opts = SecWithOpt.substr(OptStart); // likely empty in emitPCSections()