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

/external/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h64 /// ReadOnlySection - Section that is readonly and can contain arbitrary
68 const MCSection *ReadOnlySection; member in class:llvm::MCObjectFileInfo
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1094 const MCSection *ReadOnlySection = local
1096 OutStreamer.SwitchSection(ReadOnlySection);

Completed in 75 milliseconds