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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h165 MCSection *RemarksSection = nullptr; member in class:llvm::MCObjectFileInfo
330 MCSection *getRemarksSection() const { return RemarksSection; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp294 RemarksSection = Ctx->getMachOSection(
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1408 MCSection *RemarksSection = local
1410 OutStreamer->SwitchSection(RemarksSection);

Completed in 169 milliseconds