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

References

include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h
  143       if (GV.isDeclaration() || GV.hasCommonLinkage())
  143       if (GV.isDeclaration() || GV.hasCommonLinkage())
  150         Mang.getNameWithPrefix(MangledNameStream, &GV, false);
  156         if (!ExportedSymbolsOnly || GV.hasDefaultVisibility())
  157           return &GV;
  160       Names[MangledName] = &GV;