Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetObjectFile.cpp27 AMDGPU::shouldEmitConstantsToTextSection(TM.getTargetTriple())) in SelectSectionForGlobal()
DSIISelLowering.cpp3900 AMDGPU::shouldEmitConstantsToTextSection(TT); in shouldEmitFixup()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h244 bool shouldEmitConstantsToTextSection(const Triple &TT);
DAMDGPUBaseInfo.cpp472 bool shouldEmitConstantsToTextSection(const Triple &TT) { in shouldEmitConstantsToTextSection() function