Home
last modified time | relevance | path

Searched refs:makeSyntheticInputSection (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lld/MachO/
H A DConcatOutputSection.cpp319 makeSyntheticInputSection(isec->getSegName(), isec->getName()); in finalize()
H A DInputSection.h147 ConcatInputSection *makeSyntheticInputSection(StringRef segName,
H A DInputSection.cpp234 ConcatInputSection *macho::makeSyntheticInputSection(StringRef segName, in makeSyntheticInputSection() function in macho
H A DSymbolTable.cpp291 ConcatInputSection *isec = makeSyntheticInputSection(segName, sectName); in handleSectionBoundarySymbol()
H A DWriter.cpp1233 in.imageLoaderCache = makeSyntheticInputSection( in createSyntheticSections()
H A DSyntheticSections.cpp71 isec = makeSyntheticInputSection(segname, name); in SyntheticSection()