Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp796 const TargetMachine &TM, bool EmitUniqueSection, unsigned Flags, in selectELFSectionForGlobal() argument
812 if (EmitUniqueSection) { in selectELFSectionForGlobal()
833 const TargetMachine &TM, bool Retain, bool EmitUniqueSection, in selectELFSectionForGlobal() argument
837 EmitUniqueSection = true; in selectELFSectionForGlobal()
842 EmitUniqueSection = true; in selectELFSectionForGlobal()
847 Ctx, GO, Kind, Mang, TM, EmitUniqueSection, Flags, in selectELFSectionForGlobal()
859 bool EmitUniqueSection = false; in SelectSectionForGlobal() local
862 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()
864 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()
866 EmitUniqueSection |= GO->hasComdat(); in SelectSectionForGlobal()
[all …]