Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h234 MCSection *ReadOnly16Section = nullptr; variable
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp946 ReadOnly16Section = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
950 ReadOnly16Section->setAlignment(Align(16)); in initXCOFFMCObjectFileInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2455 assert(ReadOnly16Section && "Section should always be initialized."); in getSectionForConstant()
2456 return ReadOnly16Section; in getSectionForConstant()