Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2989 MCSection *JumpTableSection = nullptr; in emitJumpTableImpl() local
3000 JumpTableSection = in emitJumpTableImpl()
3003 JumpTableSection = TLOF.getSectionForJumpTable(F, TM); in emitJumpTableImpl()
3005 OutStreamer->switchSection(JumpTableSection); in emitJumpTableImpl()