reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm-c/lto.h
  399 lto_codegen_set_debug_model(lto_code_gen_t cg, lto_debug_model);
include/llvm/LTO/legacy/LTOCodeGenerator.h
   86   void setDebugInfo(lto_debug_model);
lib/LTO/LTOCodeGenerator.cpp
  188 void LTOCodeGenerator::setDebugInfo(lto_debug_model Debug) {
tools/lto/lto.cpp
  365 bool lto_codegen_set_debug_model(lto_code_gen_t cg, lto_debug_model debug) {