Home
last modified time | relevance | path

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

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