Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/LTO/
H A DLTOCodeGenerator.h71 void setDebugInfo(lto_debug_model);
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp178 CodeGen.setDebugInfo(LTO_DEBUG_MODEL_DWARF); in main()
/minix3/external/bsd/llvm/dist/llvm/tools/lto/
H A Dlto.cpp245 unwrap(cg)->setDebugInfo(debug); in lto_codegen_set_debug_model()
/minix3/external/bsd/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp147 void LTOCodeGenerator::setDebugInfo(lto_debug_model debug) { in setDebugInfo() function in LTOCodeGenerator
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp373 Opts.setDebugInfo(CodeGenOptions::DebugLineTablesOnly); in ParseCodeGenArgs()
384 Opts.setDebugInfo(CodeGenOptions::FullDebugInfo); in ParseCodeGenArgs()
386 Opts.setDebugInfo(CodeGenOptions::LimitedDebugInfo); in ParseCodeGenArgs()
611 Opts.setDebugInfo(CodeGenOptions::LocTrackingOnly); in ParseCodeGenArgs()