Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h269 MCSection *getReadOnlySection() const { return ReadOnlySection; } in getReadOnlySection() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp215 auto &ReadOnlySection = *ObjectFileInfo.getReadOnlySection(); in emitFunctionBodyEnd()