Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp638 unsigned EntrySize, bool UniqueSectionName) { in getELFSectionNameForGlobal() argument
665 if (UniqueSectionName) { in getELFSectionNameForGlobal()
866 bool UniqueSectionName = false; in selectELFSectionForGlobal() local
870 UniqueSectionName = true; in selectELFSectionForGlobal()
877 GO, Kind, Mang, TM, EntrySize, UniqueSectionName); in selectELFSectionForGlobal()