Home
last modified time | relevance | path

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

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