Home
last modified time | relevance | path

Searched refs:setDebugInfo (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/lto/
DLTOCodeGenerator.h38 bool setDebugInfo(lto_debug_model, std::string& errMsg);
Dlto.cpp221 return cg->setDebugInfo(debug, sLastErrorString); in lto_codegen_set_debug_model()
DLTOCodeGenerator.cpp107 bool LTOCodeGenerator::setDebugInfo(lto_debug_model debug, std::string& errMsg) in setDebugInfo() function in LTOCodeGenerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h84 void setDebugInfo(lto_debug_model);
/external/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h81 void setDebugInfo(lto_debug_model);
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DRequestParams.php326 public function setDebugInfo($var) function in Grpc\\Testing\\RequestParams
/external/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp155 CodeGenOpts.setDebugInfo(codegenoptions::FullDebugInfo); in PCHContainerGenerator()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp170 void LTOCodeGenerator::setDebugInfo(lto_debug_model Debug) { in setDebugInfo() function in LTOCodeGenerator
/external/llvm/tools/lto/
Dlto.cpp353 unwrap(cg)->setDebugInfo(debug); in lto_codegen_set_debug_model()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp170 void LTOCodeGenerator::setDebugInfo(lto_debug_model Debug) { in setDebugInfo() function in LTOCodeGenerator
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lto/
Dlto.cpp366 unwrap(cg)->setDebugInfo(debug); in lto_codegen_set_debug_model()
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp761 CodeGen.setDebugInfo(LTO_DEBUG_MODEL_DWARF); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/
Dllvm-lto.cpp867 CodeGen.setDebugInfo(LTO_DEBUG_MODEL_DWARF); in main()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp478 Opts.setDebugInfo(static_cast<codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()
826 Opts.setDebugInfo(codegenoptions::LocTrackingOnly); in ParseCodeGenArgs()