Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetObjectFile.cpp22 if (Kind.isReadOnly() && AMDGPU::isReadOnlySegment(GO) && in SelectSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h881 bool isReadOnlySegment(const GlobalValue *GV);
H A DAMDGPUBaseInfo.cpp1285 bool isReadOnlySegment(const GlobalValue *GV) { in isReadOnlySegment() function