Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h168 MCSection *RemarksSection = nullptr; variable
356 MCSection *getRemarksSection() const { return RemarksSection; } in getRemarksSection()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp315 RemarksSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1927 MCSection *RemarksSection = in emitRemarksSection() local
1929 OutStreamer->switchSection(RemarksSection); in emitRemarksSection()