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

References

lib/Bitcode/Writer/BitcodeWriter.cpp
 3892   if (Index.withGlobalValueDeadStripping())
lib/Transforms/IPO/FunctionImport.cpp
  737   assert(!Index.withGlobalValueDeadStripping());
lib/Transforms/Utils/FunctionImportUtils.cpp
  241   if (!GV.isDeclaration() && VI && ImportIndex.withGlobalValueDeadStripping()) {