Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h236 MCSection *ReadOnly8Section = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp961 ReadOnly8Section = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
965 ReadOnly8Section->setAlignment(Align(8)); in initXCOFFMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2540 assert(ReadOnly8Section && "Section should always be initialized."); in getSectionForConstant()
2541 return ReadOnly8Section; in getSectionForConstant()