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.h237 MCSection *ReadOnly16Section = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp967 ReadOnly16Section = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
971 ReadOnly16Section->setAlignment(Align(16)); in initXCOFFMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2545 assert(ReadOnly16Section && "Section should always be initialized."); in getSectionForConstant()
2546 return ReadOnly16Section; in getSectionForConstant()