Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h238 MCSection *ReadOnly16Section = nullptr; variable
/src/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp916 ReadOnly16Section = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
920 ReadOnly16Section->setAlignment(Align(16)); in initXCOFFMCObjectFileInfo()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2561 assert(ReadOnly16Section && "Section should always be initialized."); in getSectionForConstant()
2562 return ReadOnly16Section; in getSectionForConstant()