OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:linkInModule
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/
Linker.h
42
bool
linkInModule
(Module *Src, unsigned Mode, std::string *ErrorMsg);
43
bool
linkInModule
(Module *Src, std::string *ErrorMsg) {
44
return
linkInModule
(Src, Linker::DestroySource, ErrorMsg);
/external/llvm/lib/Linker/
LinkModules.cpp
[
all
...]
Completed in 36 milliseconds