Home
last modified time | relevance | path

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

/external/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h81 void setDebugInfo(lto_debug_model);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h88 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/llvm-project/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h88 void setDebugInfo(lto_debug_model);
/external/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp155 CodeGenOpts.setDebugInfo(codegenoptions::FullDebugInfo); in PCHContainerGenerator()
/external/llvm-project/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp155 CodeGenOpts.setDebugInfo(codegenoptions::FullDebugInfo); in PCHContainerGenerator()
/external/llvm-project/clang/tools/clang-import-test/
Dclang-import-test.cpp203 Inv->getCodeGenOpts().setDebugInfo(codegenoptions::FullDebugInfo); in BuildCompilerInstance()
/external/llvm/tools/lto/
Dlto.cpp353 unwrap(cg)->setDebugInfo(debug); in lto_codegen_set_debug_model()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp170 void LTOCodeGenerator::setDebugInfo(lto_debug_model Debug) { in setDebugInfo() function in LTOCodeGenerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp188 void LTOCodeGenerator::setDebugInfo(lto_debug_model Debug) { in setDebugInfo() function in LTOCodeGenerator
/external/llvm-project/llvm/lib/LTO/
DLTOCodeGenerator.cpp200 void LTOCodeGenerator::setDebugInfo(lto_debug_model Debug) { in setDebugInfo() function in LTOCodeGenerator
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DFile.h235 void setDebugInfo(std::unique_ptr<DebugInfo> debugInfo) { in setDebugInfo() function
DMachONormalizedFileToAtoms.cpp817 file.setDebugInfo(std::make_unique<StabsDebugInfo>(std::move(stabsList))); in parseStabs()
983 file.setDebugInfo(std::make_unique<DwarfDebugInfo>(std::move(*tuOrErr))); in parseDebugInfo()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp635 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::FullDebugInfo); in ClangExpressionParser()
637 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::NoDebugInfo); in ClangExpressionParser()
/external/llvm-project/llvm/tools/lto/
Dlto.cpp394 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/llvm-project/llvm/tools/llvm-lto/
Dllvm-lto.cpp974 CodeGen.setDebugInfo(LTO_DEBUG_MODEL_DWARF); in main()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp886 Opts.setDebugInfo(static_cast<codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()
892 Opts.setDebugInfo(codegenoptions::DebugInfoConstructor); in ParseCodeGenArgs()
1585 Opts.setDebugInfo(codegenoptions::LocTrackingOnly); in ParseCodeGenArgs()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp478 Opts.setDebugInfo(static_cast<codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs()
826 Opts.setDebugInfo(codegenoptions::LocTrackingOnly); in ParseCodeGenArgs()