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

/external/llvm/lib/Linker/
H A DLinkItems.cpp47 if (LinkInFile(sys::Path(I->first), is_native))
91 if (LinkInFile(Pathname, is_native))
145 /// LinkInFile - opens a bitcode file and links in all objects which
158 bool Linker::LinkInFile(const sys::Path &File, bool &is_native) { function in class:Linker
238 if (LinkInFile(Files[i], is_native))
/external/llvm/include/llvm/
H A DLinker.h191 bool LinkInFile(

Completed in 75 milliseconds