Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h165 MCSection *RemarksSection = nullptr; variable
356 MCSection *getRemarksSection() const { return RemarksSection; } in getRemarksSection()
/src/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp320 RemarksSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2277 MCSection *RemarksSection = in emitRemarksSection() local
2279 OutStreamer->switchSection(RemarksSection); in emitRemarksSection()