Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DConcatOutputSection.h53 static ConcatOutputSection *getOrCreateForInput(const InputSection *);
H A DConcatOutputSection.cpp406 ConcatOutputSection::getOrCreateForInput(const InputSection *isec) { in getOrCreateForInput() function in ConcatOutputSection
H A DSymbolTable.cpp301 osec = isec->parent = ConcatOutputSection::getOrCreateForInput(isec); in handleSectionBoundarySymbol()
H A DDriver.cpp563 osec = ConcatOutputSection::getOrCreateForInput(isec); in replaceCommonSymbols()
1097 osec = ConcatOutputSection::getOrCreateForInput(isec); in gatherInputSections()
H A DSyntheticSections.cpp705 ConcatOutputSection::getOrCreateForInput(in.imageLoaderCache); in setup()