Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp619 unsigned EntrySize, bool UniqueSectionName) { in getELFSectionNameForGlobal() argument
645 if (UniqueSectionName) { in getELFSectionNameForGlobal()
840 bool UniqueSectionName = false; in selectELFSectionForGlobal() local
844 UniqueSectionName = true; in selectELFSectionForGlobal()
851 GO, Kind, Mang, TM, EntrySize, UniqueSectionName); in selectELFSectionForGlobal()