Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3757 MCSection *FnSledIndex = nullptr; in emitXRayTable() local
3773 FnSledIndex = OutContext.getELFSection( in emitXRayTable()
3780 FnSledIndex = OutContext.getMachOSection( in emitXRayTable()
3819 if (FnSledIndex) { in emitXRayTable()
3820 OutStreamer->switchSection(FnSledIndex); in emitXRayTable()