OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linkInModule
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/Linker/
Linker.h
49
bool
linkInModule
(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
/external/llvm/tools/llvm-link/
llvm-link.cpp
221
if (L.
linkInModule
(std::move(M), Linker::Flags::None, Index.get(),
266
// If a function index is supplied, load it so
linkInModule
can treat
283
if (L.
linkInModule
(std::move(M), ApplicableFlags, Index.get()))
/external/llvm/lib/Linker/
LinkModules.cpp
749
bool Linker::
linkInModule
(std::unique_ptr<Module> Src, unsigned Flags,
786
return L.
linkInModule
(std::move(Src), Flags);
795
if (L.
linkInModule
(std::move(M), llvm::Linker::Flags::None, Index))
/external/llvm/lib/Transforms/IPO/
FunctionImport.cpp
315
if (TheLinker.
linkInModule
(std::move(SrcModule), Linker::Flags::None,
/frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp
337
if (linker.
linkInModule
(std::move(sourceModule))) {
/external/llvm/lib/LTO/
LTOCodeGenerator.cpp
109
bool ret = TheLinker->
linkInModule
(Mod->takeModule());
Completed in 1902 milliseconds