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

References

include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
  404         if (F.hasWeakLinkage() || F.hasLinkOnceLinkage()) {
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 1307   else if (GIS.hasWeakLinkage() || GIS.hasLinkOnceLinkage())
lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp
   23   if (GV.hasWeakLinkage() || GV.hasLinkOnceLinkage())
lib/LTO/LTOModule.cpp
  432   if (def->hasWeakLinkage() || def->hasLinkOnceLinkage())
lib/Linker/LinkModules.cpp
  284     if (Dest.hasLinkOnceLinkage() || Dest.hasWeakLinkage()) {
  305     if (Dest.hasLinkOnceLinkage() && Src.hasWeakLinkage()) {
lib/Object/ModuleSymbolTable.cpp
  209   if (GV->hasLinkOnceLinkage() || GV->hasWeakLinkage() ||
lib/Target/NVPTX/NVPTXAsmPrinter.cpp
 1020   } else if (GVar->hasLinkOnceLinkage() || GVar->hasWeakLinkage() ||
lib/Target/XCore/XCoreAsmPrinter.cpp
   89   assert( ( GV->hasExternalLinkage() || GV->hasWeakLinkage() ||
  100     if (GV->hasWeakLinkage() || GV->hasLinkOnceLinkage() ||
  135     if (GV->hasWeakLinkage() || GV->hasLinkOnceLinkage() ||
lib/Transforms/IPO/MergeFunctions.cpp
  760       || F->hasWeakLinkage() || F->hasLinkOnceLinkage());
tools/clang/lib/CodeGen/CGDeclCXX.cpp
  657   if (Addr->hasWeakLinkage() || Addr->hasLinkOnceLinkage() ||
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 2432     assert(GV->hasWeakLinkage() || GV->hasLinkOnceLinkage());