Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetObjectFile.cpp27 AMDGPU::shouldEmitConstantsToTextSection(TM.getTargetTriple())) in SelectSectionForGlobal()
H A DSIISelLowering.cpp3994 AMDGPU::shouldEmitConstantsToTextSection(TT); in shouldEmitFixup()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h256 bool shouldEmitConstantsToTextSection(const Triple &TT);
H A DAMDGPUBaseInfo.cpp468 bool shouldEmitConstantsToTextSection(const Triple &TT) { in shouldEmitConstantsToTextSection() function