Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetObjectFile.cpp23 AMDGPU::shouldEmitConstantsToTextSection(TM.getTargetTriple())) in SelectSectionForGlobal()
H A DSIISelLowering.cpp5190 AMDGPU::shouldEmitConstantsToTextSection(TT); in shouldEmitFixup()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h795 bool shouldEmitConstantsToTextSection(const Triple &TT);
H A DAMDGPUBaseInfo.cpp1204 bool shouldEmitConstantsToTextSection(const Triple &TT) { in shouldEmitConstantsToTextSection() function