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.h165 MCSection *RemarksSection = nullptr; variable
355 MCSection *getRemarksSection() const { return RemarksSection; } in getRemarksSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp320 RemarksSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2272 MCSection *RemarksSection = in emitRemarksSection() local
2274 OutStreamer->switchSection(RemarksSection); in emitRemarksSection()