Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbolTable.cpp367 for (SyntheticSection *ssec : syntheticSections) in handleSectionBoundarySymbol()
H A DSyntheticSections.h804 extern std::vector<SyntheticSection *> syntheticSections;
H A DSyntheticSections.cpp60 std::vector<SyntheticSection *> macho::syntheticSections; member in macho
67 syntheticSections.push_back(this); in SyntheticSection()
H A DWriter.cpp1032 for (SyntheticSection *ssec : syntheticSections) { in createOutputSections()
H A DDriver.cpp1422 syntheticSections.clear(); in link()