HomeSort by relevance Sort by last modified time
    Searched refs:_codegenOptions (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 78 for (std::vector<char*>::iterator I = _codegenOptions.begin(),
79 E = _codegenOptions.end(); I != E; ++I)
342 if ( !_codegenOptions.empty() )
343 cl::ParseCommandLineOptions(_codegenOptions.size(),
344 const_cast<char **>(&_codegenOptions[0]));
405 if ( _codegenOptions.empty() )
406 _codegenOptions.push_back(strdup("libLTO"));
407 _codegenOptions.push_back(strdup(o.first.str().c_str()));
LTOCodeGenerator.h 78 std::vector<char*> _codegenOptions;

Completed in 18 milliseconds