Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp627 CodegenOptions.push_back(Option); in setCodeGenDebugOptions()
632 if (!CodegenOptions.empty()) { in parseCodeGenDebugOptions()
635 for (std::string &Arg : CodegenOptions) in parseCodeGenDebugOptions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h228 std::vector<std::string> CodegenOptions; member