Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp857 const TargetMachine &TM, bool EmitUniqueSection, unsigned Flags, in selectELFSectionForGlobal() argument
868 if (EmitUniqueSection) { in selectELFSectionForGlobal()
889 const TargetMachine &TM, bool Retain, bool EmitUniqueSection, in selectELFSectionForGlobal() argument
893 EmitUniqueSection = true; in selectELFSectionForGlobal()
898 EmitUniqueSection = true; in selectELFSectionForGlobal()
902 EmitUniqueSection = true; in selectELFSectionForGlobal()
908 Ctx, GO, Kind, Mang, TM, EmitUniqueSection, Flags, in selectELFSectionForGlobal()
920 bool EmitUniqueSection = false; in SelectSectionForGlobal() local
923 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()
925 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
[all …]