Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp653 unsigned EntrySize, bool UniqueSectionName) { in getELFSectionNameForGlobal() argument
679 if (UniqueSectionName) { in getELFSectionNameForGlobal()
874 bool UniqueSectionName = false; in selectELFSectionForGlobal() local
878 UniqueSectionName = true; in selectELFSectionForGlobal()
885 GO, Kind, Mang, TM, EntrySize, UniqueSectionName); in selectELFSectionForGlobal()