Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h165 MCSection *RemarksSection = nullptr; variable
330 MCSection *getRemarksSection() const { return RemarksSection; } in getRemarksSection()
/external/llvm-project/llvm/include/llvm/MC/
DMCObjectFileInfo.h167 MCSection *RemarksSection = nullptr; variable
337 MCSection *getRemarksSection() const { return RemarksSection; } in getRemarksSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp294 RemarksSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
/external/llvm-project/llvm/lib/MC/
DMCObjectFileInfo.cpp297 RemarksSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1408 MCSection *RemarksSection = in emitRemarksSection() local
1410 OutStreamer->SwitchSection(RemarksSection); in emitRemarksSection()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1575 MCSection *RemarksSection = in emitRemarksSection() local
1577 OutStreamer->SwitchSection(RemarksSection); in emitRemarksSection()