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.cpp637 unsigned EntrySize, bool UniqueSectionName) { in getELFSectionNameForGlobal() argument
663 if (UniqueSectionName) { in getELFSectionNameForGlobal()
863 bool UniqueSectionName = false; in selectELFSectionForGlobal() local
867 UniqueSectionName = true; in selectELFSectionForGlobal()
874 GO, Kind, Mang, TM, EntrySize, UniqueSectionName); in selectELFSectionForGlobal()