Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp324 makeSyntheticInputSection(isec->getSegName(), isec->getName()); in finalize()
H A DInputSection.h153 ConcatInputSection *makeSyntheticInputSection(StringRef segName,
H A DInputSection.cpp274 ConcatInputSection *macho::makeSyntheticInputSection(StringRef segName, in makeSyntheticInputSection() function in macho
H A DSymbolTable.cpp374 ConcatInputSection *isec = makeSyntheticInputSection(segName, sectName); in handleSectionBoundarySymbol()
H A DSyntheticSections.cpp66 isec = makeSyntheticInputSection(segname, name); in SyntheticSection()
859 makeSyntheticInputSection(segment_names::data, section_names::objcSelrefs, in makeSelRef()
H A DWriter.cpp1381 in.imageLoaderCache = makeSyntheticInputSection( in createSyntheticSections()