Searched defs:LinkFromSrc (Results 1 – 2 of 2) sorted by relevance
154 bool &LinkFromSrc) { in computeResultingSelectionKind()220 bool &LinkFromSrc) { in getComdatResult()240 bool ModuleLinker::shouldLinkFromSource(bool &LinkFromSrc, in shouldLinkFromSource()381 bool LinkFromSrc; in linkIfNeeded() local388 bool LinkFromSrc = true; in linkIfNeeded() local411 bool LinkFromSrc = true; in addLazyFor() local466 bool LinkFromSrc; in run() local537 bool LinkFromSrc = true; in run() local
24 pub(crate) enum LinkFromSrc { enum46 ) -> (FxHashMap<PathBuf, String>, FxHashMap<Span, LinkFromSrc>) { in collect_spans_and_sources() argument