OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compile_to_file
(Results
1 - 3
of
3
) sorted by null
/external/llvm/tools/lto/
LTOCodeGenerator.h
95
bool
compile_to_file
(const char **name, std::string &errMsg);
97
// As with
compile_to_file
(), this function compiles the merged module into
LTOCodeGenerator.cpp
192
bool LTOCodeGenerator::
compile_to_file
(const char** name, std::string& errMsg) {
function in class:LTOCodeGenerator
226
if (!
compile_to_file
(&name, errMsg))
lto.cpp
207
return !cg->
compile_to_file
(name, sLastErrorString);
Completed in 73 milliseconds