Searched defs:ReadOnlySection (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h67 /// ReadOnlySection - Section that is readonly and can contain arbitrary
71 const MCSection *ReadOnlySection; member in class:llvm::MCObjectFileInfo
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1125 const MCSection *ReadOnlySection = local
1128 OutStreamer.SwitchSection(ReadOnlySection);
1297 const MCSection *ReadOnlySection = local
1299 OutStreamer.SwitchSection(ReadOnlySection);

Completed in 466 milliseconds