Searched refs:LinkFromSrc (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp55 bool shouldLinkFromSource(bool &LinkFromSrc, const GlobalValue &Dest,
70 bool &LinkFromSrc);
74 bool &LinkFromSrc);
154 bool &LinkFromSrc) {
178 LinkFromSrc = false;
200 LinkFromSrc = false;
202 LinkFromSrc = SrcSize > DstSize;
207 LinkFromSrc = false;
220 bool &LinkFromSrc) {
229 LinkFromSrc
150 computeResultingSelectionKind(StringRef ComdatName, Comdat::SelectionKind Src, Comdat::SelectionKind Dst, Comdat::SelectionKind &Result, bool &LinkFromSrc) argument
218 getComdatResult(const Comdat *SrcC, Comdat::SelectionKind &Result, bool &LinkFromSrc) argument
240 shouldLinkFromSource(bool &LinkFromSrc, const GlobalValue &Dest, const GlobalValue &Src) argument
381 bool LinkFromSrc; local
388 bool LinkFromSrc = true; local
411 bool LinkFromSrc = true; local
466 bool LinkFromSrc; local
537 bool LinkFromSrc = true; local
[all...]

Completed in 82 milliseconds