Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3078 MCSection *JumpTableSizesSection = nullptr; in emitJumpTableSizesSection() local
3091 JumpTableSizesSection = OutContext.getELFSection( in emitJumpTableSizesSection()
3096 JumpTableSizesSection = OutContext.getCOFFSection( in emitJumpTableSizesSection()
3102 JumpTableSizesSection = OutContext.getCOFFSection( in emitJumpTableSizesSection()
3109 OutStreamer->switchSection(JumpTableSizesSection); in emitJumpTableSizesSection()