Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h270 MCSection *getReadOnlySection() const { return ReadOnlySection; } in getReadOnlySection() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp708 MCSection *ReadOnlySection = BC.MOFI->getReadOnlySection(); in emitJumpTables()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp250 auto &ReadOnlySection = *ObjectFileInfo.getReadOnlySection(); in emitFunctionBodyEnd()