Home
last modified time | relevance | path

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

/external/llvm/include/llvm/LTO/
DLTOCodeGenerator.h75 void setDebugInfo(lto_debug_model);
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp191 CodeGen.setDebugInfo(LTO_DEBUG_MODEL_DWARF); in main()
/external/llvm/tools/lto/
Dlto.cpp265 unwrap(cg)->setDebugInfo(debug); in lto_codegen_set_debug_model()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp174 void LTOCodeGenerator::setDebugInfo(lto_debug_model debug) { in setDebugInfo() function in LTOCodeGenerator
/external/clang/lib/Frontend/
DCompilerInvocation.cpp381 Opts.setDebugInfo(CodeGenOptions::DebugLineTablesOnly); in ParseCodeGenArgs()
392 Opts.setDebugInfo(CodeGenOptions::FullDebugInfo); in ParseCodeGenArgs()
394 Opts.setDebugInfo(CodeGenOptions::LimitedDebugInfo); in ParseCodeGenArgs()
636 Opts.setDebugInfo(CodeGenOptions::LocTrackingOnly); in ParseCodeGenArgs()