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

References

include/llvm/IR/GlobalValue.h
  547     return !(isDeclarationForLinker() || isWeakForLinker());
lib/CodeGen/PreISelIntrinsicLowering.cpp
   71     if (setNonLazyBind && !Fn->isWeakForLinker()) {
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  987     return GO->isWeakForLinker() ? TextCoalSection : TextSection;
  991   if (GO->isWeakForLinker()) {
lib/Linker/LinkModules.cpp
  301   if (Src.isWeakForLinker()) {
  314   if (Dest.isWeakForLinker()) {
lib/Object/RecordStreamer.cpp
  202           else if (GV->isWeakForLinker())
lib/Target/TargetLoweringObjectFile.cpp
  291   return F.isWeakForLinker();
lib/Transforms/IPO/ConstantMerge.cpp
  174       if (GV->isWeakForLinker())
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
  359             ConstantInt::get(Type::getInt8Ty(Ctx), A.isWeakForLinker())),
lib/Transforms/Instrumentation/Instrumentation.cpp
   97   if (T.isOSBinFormatCOFF() && !F.isWeakForLinker())
tools/clang/lib/CodeGen/CGDecl.cpp
  255   if (supportsCOMDAT() && GV->isWeakForLinker())
tools/clang/lib/CodeGen/CGVTT.cpp
   98   if (CGM.supportsCOMDAT() && VTT->isWeakForLinker())
tools/clang/lib/CodeGen/CGVTables.cpp
   54   if (CGM.supportsCOMDAT() && ThunkFn->isWeakForLinker())
tools/clang/lib/CodeGen/CodeGenModule.cpp
 3648   if (supportsCOMDAT() && GV->isWeakForLinker() &&
 4898   if (GV->isWeakForLinker()) {
 5086   if (supportsCOMDAT() && GV->isWeakForLinker())
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 1654   if (CGM.supportsCOMDAT() && VTable->isWeakForLinker())
 2247     } else if (CGM.supportsCOMDAT() && guard->isWeakForLinker()) {
 3512   if (CGM.supportsCOMDAT() && GV->isWeakForLinker())
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 2502     if (GuardVar->isWeakForLinker())
 3598   if (CHD->isWeakForLinker())
 3636   if (BCA->isWeakForLinker())
 3678   if (BCD->isWeakForLinker())
 3739   if (COL->isWeakForLinker())
 3841   if (Var->isWeakForLinker())
 3879   if (Fn->isWeakForLinker())
 3906   if (ThunkFn->isWeakForLinker())
 4080   if (GV->isWeakForLinker())
 4198   if (CTA->isWeakForLinker())
 4267   if (GV->isWeakForLinker())