Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.h53 static ConcatOutputSection *getOrCreateForInput(const InputSection *);
H A DConcatOutputSection.cpp472 ConcatOutputSection::getOrCreateForInput(const InputSection *isec) { in getOrCreateForInput() function in ConcatOutputSection
H A DInputSection.cpp62 auto *osec = ConcatOutputSection::getOrCreateForInput(isec); in addInputSection()
H A DSymbolTable.cpp389 osec = isec->parent = ConcatOutputSection::getOrCreateForInput(isec); in handleSectionBoundarySymbol()
H A DSyntheticSections.cpp805 ConcatOutputSection::getOrCreateForInput(in.imageLoaderCache); in setUp()
868 objcSelref->parent = ConcatOutputSection::getOrCreateForInput(objcSelref); in makeSelRef()
H A DDriver.cpp641 osec = ConcatOutputSection::getOrCreateForInput(isec); in replaceCommonSymbols()