Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h167 MCSection *RemarksSection = nullptr; variable
342 MCSection *getRemarksSection() const { return RemarksSection; } in getRemarksSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp298 RemarksSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1686 MCSection *RemarksSection = in emitRemarksSection() local
1688 OutStreamer->SwitchSection(RemarksSection); in emitRemarksSection()