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

/external/llvm/lib/Linker/
H A DLinkModules.cpp436 bool &LinkFromSrc);
440 bool &LinkFromSrc);
447 bool &LinkFromSrc);
574 bool &LinkFromSrc) {
597 LinkFromSrc = false;
626 LinkFromSrc = false;
628 LinkFromSrc = SrcSize > DstSize;
633 LinkFromSrc = false;
646 bool &LinkFromSrc) {
654 if (computeResultingSelectionKind(ComdatName, SSK, DSK, Result, LinkFromSrc))
570 computeResultingSelectionKind(StringRef ComdatName, Comdat::SelectionKind Src, Comdat::SelectionKind Dst, Comdat::SelectionKind &Result, bool &LinkFromSrc) argument
644 getComdatResult(const Comdat *SrcC, Comdat::SelectionKind &Result, bool &LinkFromSrc) argument
665 getLinkageResult(GlobalValue *Dest, const GlobalValue *Src, GlobalValue::LinkageTypes &LT, GlobalValue::VisibilityTypes &Vis, bool &LinkFromSrc) argument
889 bool LinkFromSrc = false; local
982 bool LinkFromSrc = false; local
1063 bool LinkFromSrc = false; local
1446 bool LinkFromSrc; local
[all...]

Completed in 89 milliseconds