Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp1251 if (in.wordLiteralSection->inputOrder == UnspecifiedInputOrder) in gatherInputSections()
1252 in.wordLiteralSection->inputOrder = inputOrder++; in gatherInputSections()
1253 in.wordLiteralSection->addInput(isec); in gatherInputSections()
1272 in.wordLiteralSection->finalizeContents(); in foldIdenticalLiterals()
H A DSyntheticSections.h783 WordLiteralSection *wordLiteralSection = nullptr; member
H A DWriter.cpp1338 in.wordLiteralSection = make<WordLiteralSection>(); in createSyntheticSections()