Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A Dlto.h82 } lto_debug_model; typedef
414 lto_codegen_set_debug_model(lto_code_gen_t cg, lto_debug_model);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h90 void setDebugInfo(lto_debug_model);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp174 void LTOCodeGenerator::setDebugInfo(lto_debug_model Debug) { in setDebugInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lto/
H A Dlto.cpp382 bool lto_codegen_set_debug_model(lto_code_gen_t cg, lto_debug_model debug) { in lto_codegen_set_debug_model()