Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DInputSection.h152 ConcatInputSection *makeSyntheticInputSection(StringRef segName,
H A DConcatOutputSection.cpp324 makeSyntheticInputSection(isec->getSegName(), isec->getName()); in finalize()
H A DInputSection.cpp230 ConcatInputSection *macho::makeSyntheticInputSection(StringRef segName, in makeSyntheticInputSection() function in macho
H A DSymbolTable.cpp374 ConcatInputSection *isec = makeSyntheticInputSection(segName, sectName); in handleSectionBoundarySymbol()
H A DSyntheticSections.cpp65 isec = makeSyntheticInputSection(segname, name); in SyntheticSection()
862 makeSyntheticInputSection(segment_names::data, section_names::objcSelrefs, in setUp()
H A DWriter.cpp1362 in.imageLoaderCache = makeSyntheticInputSection( in createSyntheticSections()