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

Declarations

include/llvm/IR/LLVMContext.h
  141   void enableDebugTypeODRUniquing();

References

include/llvm/LTO/Config.h
  227     enableDebugTypeODRUniquing();
lib/LTO/LTOCodeGenerator.cpp
  115   Context.enableDebugTypeODRUniquing();
lib/LTO/ThinLTOCodeGenerator.cpp
 1076         Context.enableDebugTypeODRUniquing();
tools/clang/lib/CodeGen/CodeGenAction.cpp
  987     VMContext->enableDebugTypeODRUniquing();
tools/llvm-link/llvm-link.cpp
  358     Context.enableDebugTypeODRUniquing();
tools/opt/opt.cpp
  555     Context.enableDebugTypeODRUniquing();
unittests/IR/DebugTypeODRUniquingTest.cpp
   19   Context.enableDebugTypeODRUniquing();
   35   Context.enableDebugTypeODRUniquing();
   61   Context.enableDebugTypeODRUniquing();
   67   Context.enableDebugTypeODRUniquing();
  104   Context.enableDebugTypeODRUniquing();