Home
last modified time | relevance | path

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

12

/external/clang/lib/CodeGen/
DCGVTT.cpp97 if (CGM.supportsCOMDAT() && VTT->isWeakForLinker()) in EmitVTTDefinition()
DCGDeclCXX.cpp349 supportsCOMDAT() && D->isExternallyVisible() ? Addr : nullptr; in EmitCXXGlobalVarDeclInitFunc()
DCodeGenModule.cpp1486 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()
DItaniumCXXABI.cpp1469 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()
DCodeGenModule.h614 bool supportsCOMDAT() const;
DCGVTables.cpp69 if (CGM.supportsCOMDAT() && ThunkFn->isWeakForLinker()) in setThunkProperties()
DCGDecl.cpp225 if (supportsCOMDAT() && GV->isWeakForLinker()) in getOrCreateStaticVarDecl()
/external/llvm/include/llvm/ADT/
DTriple.h591 bool supportsCOMDAT() const { return !isOSBinFormatMachO(); } in supportsCOMDAT() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
DSanitizerBinaryMetadata.cpp223 if (TargetTriple.supportsCOMDAT()) { in run()
DInstrProfiling.cpp696 if (TT.supportsCOMDAT()) in getCounterAddress()
1228 if (TT.supportsCOMDAT()) in emitRuntimeHook()
DMemProfiler.cpp465 if (TT.supportsCOMDAT()) { in createProfileFileNameVar()
DSanitizerCoverage.cpp359 if (TargetTriple.supportsCOMDAT()) { in CreateInitCallsForSections()
720 if (TargetTriple.supportsCOMDAT() && in CreateFunctionLocalArrayInSection()
DPGOInstrumentation.cpp391 if (TT.supportsCOMDAT()) { in createIRLevelProfileFlagVar()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp1048 if (!Triple(M.getTargetTriple()).supportsCOMDAT()) in needsComdatForCounter()
1144 if (TT.supportsCOMDAT()) { in createIRLevelProfileFlagVar()
1160 if (TT.supportsCOMDAT()) { in createProfileFileNameVar()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DSampleProfileProbe.cpp389 if (Triple.supportsCOMDAT() && TM->getFunctionSections()) in instrumentOneFunc()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h745 bool supportsCOMDAT() const { in supportsCOMDAT() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp338 if (TargetTriple.supportsCOMDAT()) { in CreateInitCallsForSections()
651 if (TargetTriple.supportsCOMDAT() && !F.isInterposable()) in CreateFunctionLocalArrayInSection()
DInstrProfiling.cpp1005 if (TT.supportsCOMDAT()) in emitRuntimeHook()
/external/AFLplusplus/instrumentation/
DSanitizerCoveragePCGUARD.so.cc298 if (TargetTriple.supportsCOMDAT()) { in CreateInitCallsForSections()
651 if (TargetTriple.supportsCOMDAT() && in CreateFunctionLocalArrayInSection()
DSanitizerCoverageLTO.so.cc1493 if (TargetTriple.supportsCOMDAT() && in CreateFunctionLocalArrayInSection()
1498 if (TargetTriple.supportsCOMDAT() && !F.isInterposable()) in CreateFunctionLocalArrayInSection()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TargetParser/
DTriple.h956 bool supportsCOMDAT() const { in supportsCOMDAT() function
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp563 if (Triple(M->getTargetTriple()).supportsCOMDAT()) in emitRuntimeHook()
DPGOInstrumentation.cpp798 if (!TT.supportsCOMDAT()) in createIRLevelProfileFlagVariable()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
DInstrProf.cpp1138 if (!Triple(M.getTargetTriple()).supportsCOMDAT()) in needsComdatForCounter()
1215 if (TT.supportsCOMDAT()) { in createProfileFileNameVar()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DMCObjectFileInfo.cpp1194 if (Ctx->getTargetTriple().supportsCOMDAT() && !FuncName.empty()) { in getPseudoProbeDescSection()

12