Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp609 unsigned EntrySize, bool UniqueSectionName) { in getELFSectionNameForGlobal() argument
635 if (UniqueSectionName) { in getELFSectionNameForGlobal()
829 bool UniqueSectionName = false; in selectELFSectionForGlobal() local
833 UniqueSectionName = true; in selectELFSectionForGlobal()
840 GO, Kind, Mang, TM, EntrySize, UniqueSectionName); in selectELFSectionForGlobal()