Home
last modified time | relevance | path

Searched refs:shouldEmitConstantsToTextSection (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetObjectFile.cpp23 AMDGPU::shouldEmitConstantsToTextSection(TM.getTargetTriple())) in SelectSectionForGlobal()
H A DSIISelLowering.cpp6516 AMDGPU::shouldEmitConstantsToTextSection(TT); in shouldEmitFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h885 bool shouldEmitConstantsToTextSection(const Triple &TT);
H A DAMDGPUBaseInfo.cpp1291 bool shouldEmitConstantsToTextSection(const Triple &TT) { in shouldEmitConstantsToTextSection() function