Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUTargetObjectFile.cpp27 if (Kind.isReadOnly() && AMDGPU::isReadOnlySegment(GV)) in SelectSectionForGlobal()
60 return AMDGPU::isReadOnlySegment(GV) || in isAgentAllocation()
/external/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h45 bool isReadOnlySegment(const GlobalValue *GV);
DAMDGPUBaseInfo.cpp105 bool isReadOnlySegment(const GlobalValue *GV) { in isReadOnlySegment() function