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

Declarations

include/llvm/Transforms/Utils/FunctionImportUtils.h
   68   bool doImportAsDefinition(const GlobalValue *SGV);

References

lib/Transforms/Utils/FunctionImportUtils.cpp
  132     if (doImportAsDefinition(SGV) && !isa<GlobalAlias>(SGV))
  140     if (!doImportAsDefinition(SGV))
  152     assert(!doImportAsDefinition(SGV));
  161     if (doImportAsDefinition(SGV) && !isa<GlobalAlias>(SGV))
  179       if (doImportAsDefinition(SGV) && !isa<GlobalAlias>(SGV))
  190     assert(!doImportAsDefinition(SGV));