Home
last modified time | relevance | path

Searched refs:setCodeGenDebugOptions (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/lto/
DLTOCodeGenerator.h46 void setCodeGenDebugOptions(const char *opts);
Dlto.cpp309 cg->setCodeGenDebugOptions(opt); in lto_codegen_debug_options()
DLTOCodeGenerator.cpp425 void LTOCodeGenerator::setCodeGenDebugOptions(const char* options) in setCodeGenDebugOptions() function in LTOCodeGenerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h122 void setCodeGenDebugOptions(StringRef Opts);
/external/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h119 void setCodeGenDebugOptions(const char *Opts);
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp593 void LTOCodeGenerator::setCodeGenDebugOptions(const char *Options) { in setCodeGenDebugOptions() function in LTOCodeGenerator
/external/llvm/tools/lto/
Dlto.cpp443 unwrap(cg)->setCodeGenDebugOptions(opt); in lto_codegen_debug_options()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp593 void LTOCodeGenerator::setCodeGenDebugOptions(StringRef Options) { in setCodeGenDebugOptions() function in LTOCodeGenerator
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lto/
Dlto.cpp456 unwrap(cg)->setCodeGenDebugOptions(opt); in lto_codegen_debug_options()