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

/external/llvm/lib/Linker/
H A DLinkModules.cpp58 bool shouldLinkFromSource(bool &LinkFromSrc, const GlobalValue &Dest,
73 bool &LinkFromSrc);
77 bool &LinkFromSrc);
171 bool &LinkFromSrc) {
195 LinkFromSrc = false;
217 LinkFromSrc = false;
219 LinkFromSrc = SrcSize > DstSize;
224 LinkFromSrc = false;
237 bool &LinkFromSrc) {
246 LinkFromSrc
167 computeResultingSelectionKind(StringRef ComdatName, Comdat::SelectionKind Src, Comdat::SelectionKind Dst, Comdat::SelectionKind &Result, bool &LinkFromSrc) argument
235 getComdatResult(const Comdat *SrcC, Comdat::SelectionKind &Result, bool &LinkFromSrc) argument
257 shouldLinkFromSource(bool &LinkFromSrc, const GlobalValue &Dest, const GlobalValue &Src) argument
405 bool LinkFromSrc; local
412 bool LinkFromSrc = true; local
440 bool LinkFromSrc = true; local
495 bool LinkFromSrc; local
566 bool LinkFromSrc = true; local
[all...]
/external/swiftshader/third_party/LLVM/lib/Linker/
H A DLinkModules.cpp363 GlobalValue::LinkageTypes &LT, bool &LinkFromSrc);
444 bool &LinkFromSrc) {
458 LinkFromSrc = true;
463 LinkFromSrc = true;
466 LinkFromSrc = false;
471 LinkFromSrc = true;
480 LinkFromSrc = true;
483 LinkFromSrc = false;
489 LinkFromSrc = false;
492 LinkFromSrc
442 getLinkageResult(GlobalValue *Dest, const GlobalValue *Src, GlobalValue::LinkageTypes &LT, bool &LinkFromSrc) argument
627 bool LinkFromSrc = false; local
682 bool LinkFromSrc = false; local
724 bool LinkFromSrc = false; local
[all...]

Completed in 101 milliseconds