Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCommandFlags.h125 bool getSeparateNamedSections();
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h292 bool getSeparateNamedSections() const { in getSeparateNamedSections() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp582 Options.SeparateNamedSections = getSeparateNamedSections(); in InitTargetOptionsFromCodeGenFlags()
H A DTargetLoweringObjectFileImpl.cpp738 if (TM.getSeparateNamedSections()) in calcUniqueIDUpdateFlagsAndSize()
749 if (PreviousID && (!TM.getSeparateNamedSections() || in calcUniqueIDUpdateFlagsAndSize()