Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.h54 static ConcatOutputSection *getOrCreateForInput(const InputSection *);
H A DConcatOutputSection.cpp364 ConcatOutputSection::getOrCreateForInput(const InputSection *isec) { in getOrCreateForInput() function in ConcatOutputSection
H A DSymbolTable.cpp243 osec = isec->parent = ConcatOutputSection::getOrCreateForInput(isec); in handleSectionBoundarySymbol()
H A DDriver.cpp597 osec = ConcatOutputSection::getOrCreateForInput(isec); in replaceCommonSymbols()
1059 osec = ConcatOutputSection::getOrCreateForInput(isec); in gatherInputSections()
H A DSyntheticSections.cpp619 ConcatOutputSection::getOrCreateForInput(in.imageLoaderCache); in setup()