Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.h154 ConcatInputSection *makeSyntheticInputSection(StringRef segName,
H A DConcatOutputSection.cpp390 makeSyntheticInputSection(isec->getSegName(), isec->getName()); in finalize()
H A DInputSection.cpp273 ConcatInputSection *macho::makeSyntheticInputSection(StringRef segName, in makeSyntheticInputSection() function in macho
H A DICF.cpp328 makeSyntheticInputSection(isec->getSegName(), isec->getName()); in applySafeThunksToRange()
H A DSymbolTable.cpp379 ConcatInputSection *isec = makeSyntheticInputSection(segName, sectName); in handleSectionBoundarySymbol()
H A DSyntheticSections.cpp65 isec = makeSyntheticInputSection(segname, name); in SyntheticSection()
858 makeSyntheticInputSection(segment_names::data, section_names::objcSelrefs, in makeSelRef()
H A DWriter.cpp1410 in.imageLoaderCache = makeSyntheticInputSection( in createSyntheticSections()