Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCObjectFileInfo.h167 MCSection *RemarksSection = nullptr; variable
343 MCSection *getRemarksSection() const { return RemarksSection; } in getRemarksSection()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCObjectFileInfo.cpp299 RemarksSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1706 MCSection *RemarksSection = in emitRemarksSection() local
1708 OutStreamer->SwitchSection(RemarksSection); in emitRemarksSection()