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.h74 } lto_debug_model; typedef
357 lto_codegen_set_debug_model(lto_code_gen_t cg, lto_debug_model);
/external/llvm/include/llvm/LTO/
DLTOCodeGenerator.h70 void setDebugInfo(lto_debug_model);
/external/llvm/tools/lto/
Dlto.cpp211 bool lto_codegen_set_debug_model(lto_code_gen_t cg, lto_debug_model debug) { in lto_codegen_set_debug_model()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp130 void LTOCodeGenerator::setDebugInfo(lto_debug_model debug) { in setDebugInfo()