Home
last modified time | relevance | path

Searched refs:_codegenOptions (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/lto/
DLTOCodeGenerator.cpp89 for (std::vector<char*>::iterator I = _codegenOptions.begin(), in ~LTOCodeGenerator()
90 E = _codegenOptions.end(); I != E; ++I) in ~LTOCodeGenerator()
256 if (!_codegenOptions.empty()) in determineTarget()
257 cl::ParseCommandLineOptions(_codegenOptions.size(), in determineTarget()
258 const_cast<char **>(&_codegenOptions[0])); in determineTarget()
455 if (_codegenOptions.empty()) in setCodeGenDebugOptions()
456 _codegenOptions.push_back(strdup("libLTO")); in setCodeGenDebugOptions()
457 _codegenOptions.push_back(strdup(o.first.str().c_str())); in setCodeGenDebugOptions()
DLTOCodeGenerator.h127 std::vector<char*> _codegenOptions; member