Searched refs:supportsCOMDAT (Results 1 – 12 of 12) sorted by relevance
97 if (CGM.supportsCOMDAT() && VTT->isWeakForLinker()) in EmitVTTDefinition()
349 supportsCOMDAT() && D->isExternallyVisible() ? Addr : nullptr; in EmitCXXGlobalVarDeclInitFunc()
1486 if (supportsCOMDAT()) in GetAddrOfUuidDescriptor()2242 if (supportsCOMDAT() && GV->isWeakForLinker() && in CreateOrReplaceCXXRuntimeVariable()2354 if (!CGM.supportsCOMDAT()) in shouldBeInCOMDAT()3436 assert(CGM.supportsCOMDAT() && "Only COFF uses weak string literals"); in GenerateStringLiteral()3614 if (supportsCOMDAT() && GV->isWeakForLinker()) in GetAddrOfGlobalTemporary()
1469 if (CGM.supportsCOMDAT() && VTable->isWeakForLinker()) in emitVTableDefinitions()1984 } else if (CGM.supportsCOMDAT() && guard->isWeakForLinker()) { in EmitGuardedInit()3050 if (CGM.supportsCOMDAT() && GV->isWeakForLinker()) in BuildTypeInfo()3839 if (CGM.supportsCOMDAT()) in getClangCallTerminateFn()
614 bool supportsCOMDAT() const;
69 if (CGM.supportsCOMDAT() && ThunkFn->isWeakForLinker()) in setThunkProperties()
225 if (supportsCOMDAT() && GV->isWeakForLinker()) in getOrCreateStaticVarDecl()
7938 bool CodeGenModule::supportsCOMDAT() const { in supportsCOMDAT() function in CodeGenModule7939 return getTriple().supportsCOMDAT(); in supportsCOMDAT()
608 bool supportsCOMDAT() const { return !isOSBinFormatMachO(); } in supportsCOMDAT() function
591 bool supportsCOMDAT() const { return !isOSBinFormatMachO(); } in supportsCOMDAT() function
563 if (Triple(M->getTargetTriple()).supportsCOMDAT()) in emitRuntimeHook()
798 if (!TT.supportsCOMDAT()) in createIRLevelProfileFlagVariable()