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.h52 static ConcatOutputSection *getOrCreateForInput(const InputSection *);
H A DConcatOutputSection.cpp406 ConcatOutputSection::getOrCreateForInput(const InputSection *isec) { in getOrCreateForInput() function in ConcatOutputSection
H A DInputSection.cpp63 auto *osec = ConcatOutputSection::getOrCreateForInput(isec); in addInputSection()
H A DSymbolTable.cpp384 osec = isec->parent = ConcatOutputSection::getOrCreateForInput(isec); in handleSectionBoundarySymbol()
H A DSyntheticSections.cpp806 ConcatOutputSection::getOrCreateForInput(in.imageLoaderCache); in setUp()
869 objcSelref->parent = ConcatOutputSection::getOrCreateForInput(objcSelref); in makeSelRef()
H A DDriver.cpp646 osec = ConcatOutputSection::getOrCreateForInput(isec); in replaceCommonSymbols()