Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h241 MCSection *ReadOnly16Section = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp960 ReadOnly16Section = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
964 ReadOnly16Section->setAlignment(Align(16)); in initXCOFFMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2608 assert(ReadOnly16Section && "Section should always be initialized."); in getSectionForConstant()
2609 return ReadOnly16Section; in getSectionForConstant()