Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h233 MCSection *ReadOnly8Section = nullptr; variable
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp939 ReadOnly8Section = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
943 ReadOnly8Section->setAlignment(Align(8)); in initXCOFFMCObjectFileInfo()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2501 assert(ReadOnly8Section && "Section should always be initialized."); in getSectionForConstant()
2502 return ReadOnly8Section; in getSectionForConstant()