Home
last modified time | relevance | path

Searched refs:getDataSections (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetMachine.h220 bool getDataSections() const { in getDataSections() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp669 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
1322 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()
1387 (isa<GlobalVariable>(GV) && TM.getDataSections()))) in getNameWithPrefix()
1742 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp350 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal()