Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1286 MCSection *ReadOnlySec = nullptr; in emitJumpTableImpl() local
1288 ReadOnlySec = in emitJumpTableImpl()
1291 ReadOnlySec = TLOF.getSectionForJumpTable(F, TM); in emitJumpTableImpl()
1293 OutStreamer->switchSection(ReadOnlySec); in emitJumpTableImpl()