Home
last modified time | relevance | path

Searched refs:shouldReexport (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DSymbols.h255 : Symbol(DylibKind, name, file), shouldReexport(false), in DylibSymbol()
298 bool shouldReexport : 1; variable
H A DDriver.cpp1389 dysym->shouldReexport = config->exportedSymbols.match(sym->getName()); in handleExplicitExports()
H A DSyntheticSections.cpp995 if (dysym->shouldReexport) in finalizeContents()