Home
last modified time | relevance | path

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

/freebsd/contrib/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);
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h90 void setDebugInfo(lto_debug_model);
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp185 void LTOCodeGenerator::setDebugInfo(lto_debug_model Debug) { in setDebugInfo()