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.cpp635 unsigned EntrySize, bool UniqueSectionName, in getELFSectionNameForGlobal() argument
680 if (UniqueSectionName) { in getELFSectionNameForGlobal()
888 bool UniqueSectionName = false; in selectELFSectionForGlobal() local
892 UniqueSectionName = true; in selectELFSectionForGlobal()
899 GO, Kind, Mang, TM, EntrySize, UniqueSectionName, MJTE); in selectELFSectionForGlobal()