Searched refs:EmitUniqueSection (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 878 const TargetMachine &TM, bool EmitUniqueSection, unsigned Flags, in selectELFSectionForGlobal() argument 890 if (EmitUniqueSection) { in selectELFSectionForGlobal() 911 const TargetMachine &TM, bool Retain, bool EmitUniqueSection, in selectELFSectionForGlobal() argument 915 EmitUniqueSection = true; in selectELFSectionForGlobal() 920 EmitUniqueSection = true; in selectELFSectionForGlobal() 924 EmitUniqueSection = true; in selectELFSectionForGlobal() 930 Ctx, GO, Kind, Mang, TM, EmitUniqueSection, Flags, in selectELFSectionForGlobal() 942 bool EmitUniqueSection = false; in SelectSectionForGlobal() local 945 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal() 947 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal() [all …]
|