Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h234 MCSection *ReadOnly16Section = nullptr; variable
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp945 ReadOnly16Section = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
949 ReadOnly16Section->setAlignment(Align(16)); in initXCOFFMCObjectFileInfo()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2506 assert(ReadOnly16Section && "Section should always be initialized."); in getSectionForConstant()
2507 return ReadOnly16Section; in getSectionForConstant()