Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetMachine.h216 bool getUniqueSectionNames() const { return Options.UniqueSectionNames; } in getUniqueSectionNames() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp643 if (TM.getUniqueSectionNames()) { in selectELFSectionForGlobal()
1709 bool UniqueSectionNames = TM.getUniqueSectionNames(); in selectWasmSectionForGlobal()