/external/llvm/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 81 void setDebugInfo(lto_debug_model);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 88 void setDebugInfo(lto_debug_model);
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | RequestParams.php | 326 public function setDebugInfo($var) function in Grpc\\Testing\\RequestParams
|
/external/llvm-project/llvm/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 88 void setDebugInfo(lto_debug_model);
|
/external/clang/lib/CodeGen/ |
D | ObjectFilePCHContainerOperations.cpp | 155 CodeGenOpts.setDebugInfo(codegenoptions::FullDebugInfo); in PCHContainerGenerator()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | ObjectFilePCHContainerOperations.cpp | 155 CodeGenOpts.setDebugInfo(codegenoptions::FullDebugInfo); in PCHContainerGenerator()
|
/external/llvm-project/clang/tools/clang-import-test/ |
D | clang-import-test.cpp | 203 Inv->getCodeGenOpts().setDebugInfo(codegenoptions::FullDebugInfo); in BuildCompilerInstance()
|
/external/llvm/tools/lto/ |
D | lto.cpp | 353 unwrap(cg)->setDebugInfo(debug); in lto_codegen_set_debug_model()
|
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 170 void LTOCodeGenerator::setDebugInfo(lto_debug_model Debug) { in setDebugInfo() function in LTOCodeGenerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 188 void LTOCodeGenerator::setDebugInfo(lto_debug_model Debug) { in setDebugInfo() function in LTOCodeGenerator
|
/external/llvm-project/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 200 void LTOCodeGenerator::setDebugInfo(lto_debug_model Debug) { in setDebugInfo() function in LTOCodeGenerator
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | File.h | 235 void setDebugInfo(std::unique_ptr<DebugInfo> debugInfo) { in setDebugInfo() function
|
D | MachONormalizedFileToAtoms.cpp | 817 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/ |
D | ClangExpressionParser.cpp | 635 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::FullDebugInfo); in ClangExpressionParser() 637 m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::NoDebugInfo); in ClangExpressionParser()
|
/external/llvm-project/llvm/tools/lto/ |
D | lto.cpp | 394 unwrap(cg)->setDebugInfo(debug); in lto_codegen_set_debug_model()
|
/external/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 761 CodeGen.setDebugInfo(LTO_DEBUG_MODEL_DWARF); in main()
|
/external/llvm-project/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 974 CodeGen.setDebugInfo(LTO_DEBUG_MODEL_DWARF); in main()
|
/external/llvm-project/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 886 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/ |
D | CompilerInvocation.cpp | 478 Opts.setDebugInfo(static_cast<codegenoptions::DebugInfoKind>(Val)); in ParseCodeGenArgs() 826 Opts.setDebugInfo(codegenoptions::LocTrackingOnly); in ParseCodeGenArgs()
|