Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h226 MCSection *getReadOnlySection() const { return ReadOnlySection; } in getReadOnlySection() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h241 MCSection *getReadOnlySection() const { return ReadOnlySection; } in getReadOnlySection() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp227 auto &ReadOnlySection = *ObjectFileInfo.getReadOnlySection(); in EmitFunctionBodyEnd()