Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.cpp112 bool EmitUniquedSection = TM.getDataSections() && !GO->hasSection(); in SelectSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCommandFlags.h102 LLVM_ABI bool getDataSections();
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp139 if (!TM.getDataSections()) in initSubtargetFeatures()
H A DPPCAsmPrinter.cpp2833 if (!TM.getDataSections() || GV->hasSection()) { in emitGlobalVariableHelper()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp947 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
1784 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()
1853 (isa<GlobalVariable>(GV) && TM.getDataSections()))) in getNameWithPrefix()
2301 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
2406 if ((TM.getDataSections() && !GO->hasSection()) || GO->hasCommonLinkage() || in getTargetSymbol()
2518 if (!TM.getDataSections()) in SelectSectionForGlobal()
2534 if (TM.getDataSections()) { in SelectSectionForGlobal()
2545 if (TM.getDataSections()) { in SelectSectionForGlobal()
2560 if (TM.getDataSections()) { in SelectSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h330 bool getDataSections() const { in getDataSections() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp349 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc20567 {"_ZN4llvm13TargetMachine15getDataSectionsEv", "llvm::TargetMachine::getDataSections()"},