Home
last modified time | relevance | path

Searched refs:supportsCOMDAT (Results 1 – 20 of 20) sorted by relevance

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGVTT.cpp97 if (CGM.supportsCOMDAT() && VTT->isWeakForLinker()) in EmitVTTDefinition()
H A DCodeGenModule.cpp3163 if (supportsCOMDAT()) in GetAddrOfMSGuidDecl()
3229 if (supportsCOMDAT()) in GetAddrOfTemplateParamObject()
3788 if (supportsCOMDAT()) in emitMultiVersionFunctions()
3843 if (supportsCOMDAT()) in emitCPUDispatchDefinition()
4601 if (supportsCOMDAT() && GV->isWeakForLinker() && in CreateOrReplaceCXXRuntimeVariable()
4786 if (!CGM.supportsCOMDAT()) in shouldBeInCOMDAT()
5892 assert(CGM.supportsCOMDAT() && "Only COFF uses weak string literals"); in GenerateStringLiteral()
6106 if (supportsCOMDAT() && GV->isWeakForLinker()) in GetAddrOfGlobalTemporary()
H A DCGBlocks.cpp263 if (CGM.supportsCOMDAT()) in buildBlockDescriptor()
1924 if (CGM.supportsCOMDAT()) in GenerateCopyHelperFunction()
2113 if (CGM.supportsCOMDAT()) in GenerateDestroyHelperFunction()
H A DItaniumCXXABI.cpp1727 if (CGM.supportsCOMDAT() && VTable->isWeakForLinker()) in emitVTableDefinitions()
2411 } else if (CGM.supportsCOMDAT() && guard->isWeakForLinker()) { in EmitGuardedInit()
2802 if (CGM.supportsCOMDAT() && Wrapper->isWeakForLinker()) in getOrCreateThreadLocalWrapper()
3879 if (CGM.supportsCOMDAT() && GV->isWeakForLinker()) in BuildTypeInfo()
4703 if (CGM.supportsCOMDAT()) in getClangCallTerminateFn()
H A DCGDeclCXX.cpp547 supportsCOMDAT() && D->isExternallyVisible() ? Addr : nullptr; in EmitCXXGlobalVarDeclInitFunc()
H A DCGVTables.cpp55 if (CGM.supportsCOMDAT() && ThunkFn->isWeakForLinker()) in setThunkProperties()
H A DCodeGenModule.h746 bool supportsCOMDAT() const;
H A DCoverageMappingGen.cpp1654 if (CGM.supportsCOMDAT()) in emitFunctionMappingRecord()
H A DCGDecl.cpp281 if (supportsCOMDAT() && GV->isWeakForLinker()) in getOrCreateStaticVarDecl()
H A DTargetInfo.cpp12186 bool CodeGenModule::supportsCOMDAT() const { in supportsCOMDAT() function in CodeGenModule
12187 return getTriple().supportsCOMDAT(); in supportsCOMDAT()
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp223 if (TargetTriple.supportsCOMDAT()) { in run()
H A DInstrProfiling.cpp696 if (TT.supportsCOMDAT()) in getCounterAddress()
1228 if (TT.supportsCOMDAT()) in emitRuntimeHook()
H A DSanitizerCoverage.cpp359 if (TargetTriple.supportsCOMDAT()) { in CreateInitCallsForSections()
720 if (TargetTriple.supportsCOMDAT() && in CreateFunctionLocalArrayInSection()
H A DMemProfiler.cpp465 if (TT.supportsCOMDAT()) { in createProfileFileNameVar()
H A DPGOInstrumentation.cpp391 if (TT.supportsCOMDAT()) { in createIRLevelProfileFlagVar()
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp389 if (Triple.supportsCOMDAT() && TM->getFunctionSections()) in instrumentOneFunc()
/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h956 bool supportsCOMDAT() const { in supportsCOMDAT() function
/openbsd/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp1138 if (!Triple(M.getTargetTriple()).supportsCOMDAT()) in needsComdatForCounter()
1215 if (TT.supportsCOMDAT()) { in createProfileFileNameVar()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1194 if (Ctx->getTargetTriple().supportsCOMDAT() && !FuncName.empty()) { in getPseudoProbeDescSection()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2661 if (GO && ImplicitComdatObjects.contains(GO) && TT.supportsCOMDAT()) in recordValue()