Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
Dlto.h55 } lto_debug_model; typedef
221 lto_codegen_set_debug_model(lto_code_gen_t cg, lto_debug_model);
/external/llvm/tools/lto/
DLTOCodeGenerator.h67 void setDebugInfo(lto_debug_model);
Dlto.cpp149 bool lto_codegen_set_debug_model(lto_code_gen_t cg, lto_debug_model debug) { in lto_codegen_set_debug_model()
DLTOCodeGenerator.cpp134 void LTOCodeGenerator::setDebugInfo(lto_debug_model debug) { in setDebugInfo()