Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm-c/
H A Dlto.h80 } lto_debug_model; typedef
399 lto_codegen_set_debug_model(lto_code_gen_t cg, lto_debug_model);
/freebsd-12.1/contrib/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h87 void setDebugInfo(lto_debug_model);
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp171 void LTOCodeGenerator::setDebugInfo(lto_debug_model Debug) { in setDebugInfo()