Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/MachO/
H A DSymbolTable.cpp290 for (SyntheticSection *ssec : syntheticSections) in handleSectionBoundarySymbol()
H A DSyntheticSections.h816 extern std::vector<SyntheticSection *> syntheticSections;
H A DSyntheticSections.cpp67 std::vector<SyntheticSection *> macho::syntheticSections; member in macho
74 syntheticSections.push_back(this); in SyntheticSection()
H A DWriter.cpp1025 for (SyntheticSection *ssec : syntheticSections) { in createOutputSections()
H A DDriver.cpp1382 syntheticSections.clear(); in link()