Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/lto/
DLTOCodeGenerator.cpp374 if ( !_codegenOptions.empty() ) in generateObjectFile()
375 cl::ParseCommandLineOptions(_codegenOptions.size(), in generateObjectFile()
376 const_cast<char **>(&_codegenOptions[0])); in generateObjectFile()
431 if ( _codegenOptions.empty() ) in setCodeGenDebugOptions()
432 _codegenOptions.push_back("libLTO"); in setCodeGenDebugOptions()
433 _codegenOptions.push_back(strdup(o.first.str().c_str())); in setCodeGenDebugOptions()
DLTOCodeGenerator.h68 std::vector<const char*> _codegenOptions; member