Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h165 MCSection *RemarksSection = nullptr; variable
352 MCSection *getRemarksSection() const { return RemarksSection; } in getRemarksSection()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp311 RemarksSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2069 MCSection *RemarksSection = in emitRemarksSection() local
2071 OutStreamer->switchSection(RemarksSection); in emitRemarksSection()