Home
last modified time | relevance | path

Searched refs:lto_debug_model (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm-c/
H A Dlto.h82 } lto_debug_model; typedef
424 lto_codegen_set_debug_model(lto_code_gen_t cg, lto_debug_model);
/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h90 void setDebugInfo(lto_debug_model);
/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp181 void LTOCodeGenerator::setDebugInfo(lto_debug_model Debug) { in setTargetOptions()
/llvm-project/llvm/tools/lto/
H A Dlto.cpp386 bool lto_codegen_set_debug_model(lto_code_gen_t cg, lto_debug_model debug) {