Searched refs:FnSledIndex (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3233 MCSection *FnSledIndex = nullptr; local
3253 FnSledIndex = OutContext.getELFSection(
3260 FnSledIndex = OutContext.getMachOSection(
3304 if (FnSledIndex) {
3305 OutStreamer->SwitchSection(FnSledIndex);

Completed in 110 milliseconds