Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h90 void setDebugInfo(lto_debug_model);
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp169 void LTOCodeGenerator::setDebugInfo(lto_debug_model Debug) { in setDebugInfo()
/llvm-project-15.0.7/llvm/tools/lto/
H A Dlto.cpp380 bool lto_codegen_set_debug_model(lto_code_gen_t cg, lto_debug_model debug) { in lto_codegen_set_debug_model()