Home
last modified time | relevance | path

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

/external/llvm/include/llvm/LTO/
DLTOCodeGenerator.h70 void setDebugInfo(lto_debug_model);
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp101 CodeGen.setDebugInfo(LTO_DEBUG_MODEL_DWARF); in main()
/external/llvm/tools/lto/
Dlto.cpp212 unwrap(cg)->setDebugInfo(debug); in lto_codegen_set_debug_model()
/external/llvm/tools/gold/
Dgold-plugin.cpp441 CodeGen->setDebugInfo(LTO_DEBUG_MODEL_DWARF); in all_symbols_read_hook()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp130 void LTOCodeGenerator::setDebugInfo(lto_debug_model debug) { in setDebugInfo() function in LTOCodeGenerator
/external/clang/lib/Frontend/
DCompilerInvocation.cpp355 Opts.setDebugInfo(CodeGenOptions::DebugLineTablesOnly); in ParseCodeGenArgs()
366 Opts.setDebugInfo(CodeGenOptions::FullDebugInfo); in ParseCodeGenArgs()
368 Opts.setDebugInfo(CodeGenOptions::LimitedDebugInfo); in ParseCodeGenArgs()
576 Opts.setDebugInfo(CodeGenOptions::LocTrackingOnly); in ParseCodeGenArgs()