Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetObjectFile.cpp22 if (Kind.isReadOnly() && AMDGPU::isReadOnlySegment(GO) && in SelectSectionForGlobal()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h791 bool isReadOnlySegment(const GlobalValue *GV);
H A DAMDGPUBaseInfo.cpp1198 bool isReadOnlySegment(const GlobalValue *GV) { in isReadOnlySegment() function