Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h170 MCSection *RemarksSection = nullptr; variable
360 MCSection *getRemarksSection() const { return RemarksSection; } in getRemarksSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp321 RemarksSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2403 MCSection *RemarksSection = in emitRemarksSection() local
2405 if (!RemarksSection) { in emitRemarksSection()
2429 OutStreamer->switchSection(RemarksSection); in emitRemarksSection()