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

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

Completed in 131 milliseconds