OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linkInModule
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Linker/
Linker.h
46
bool
linkInModule
(Module *Src, unsigned Mode, std::string *ErrorMsg);
47
bool
linkInModule
(Module *Src, std::string *ErrorMsg) {
48
return
linkInModule
(Src, Linker::DestroySource, ErrorMsg);
/external/llvm/tools/llvm-link/
llvm-link.cpp
104
if (L.
linkInModule
(M.get(), &ErrorMessage)) {
/external/llvm/lib/LTO/
LTOCodeGenerator.cpp
117
bool ret = IRLinker.
linkInModule
(&mod->getModule(), &errMsg);
/external/llvm/lib/Linker/
LinkModules.cpp
[
all
...]
Completed in 186 milliseconds