/external/clang/lib/CodeGen/ |
D | CGVTT.cpp | 97 if (CGM.supportsCOMDAT() && VTT->isWeakForLinker()) in EmitVTTDefinition()
|
D | CGDeclCXX.cpp | 349 supportsCOMDAT() && D->isExternallyVisible() ? Addr : nullptr; in EmitCXXGlobalVarDeclInitFunc()
|
D | CodeGenModule.cpp | 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()
|
D | ItaniumCXXABI.cpp | 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()
|
D | CodeGenModule.h | 614 bool supportsCOMDAT() const;
|
D | CGVTables.cpp | 69 if (CGM.supportsCOMDAT() && ThunkFn->isWeakForLinker()) in setThunkProperties()
|
D | CGDecl.cpp | 225 if (supportsCOMDAT() && GV->isWeakForLinker()) in getOrCreateStaticVarDecl()
|
/external/llvm/include/llvm/ADT/ |
D | Triple.h | 591 bool supportsCOMDAT() const { return !isOSBinFormatMachO(); } in supportsCOMDAT() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
D | SanitizerBinaryMetadata.cpp | 223 if (TargetTriple.supportsCOMDAT()) { in run()
|
D | InstrProfiling.cpp | 696 if (TT.supportsCOMDAT()) in getCounterAddress() 1228 if (TT.supportsCOMDAT()) in emitRuntimeHook()
|
D | MemProfiler.cpp | 465 if (TT.supportsCOMDAT()) { in createProfileFileNameVar()
|
D | SanitizerCoverage.cpp | 359 if (TargetTriple.supportsCOMDAT()) { in CreateInitCallsForSections() 720 if (TargetTriple.supportsCOMDAT() && in CreateFunctionLocalArrayInSection()
|
D | PGOInstrumentation.cpp | 391 if (TT.supportsCOMDAT()) { in createIRLevelProfileFlagVar()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 1048 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/ |
D | SampleProfileProbe.cpp | 389 if (Triple.supportsCOMDAT() && TM->getFunctionSections()) in instrumentOneFunc()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Triple.h | 745 bool supportsCOMDAT() const { in supportsCOMDAT() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | SanitizerCoverage.cpp | 338 if (TargetTriple.supportsCOMDAT()) { in CreateInitCallsForSections() 651 if (TargetTriple.supportsCOMDAT() && !F.isInterposable()) in CreateFunctionLocalArrayInSection()
|
D | InstrProfiling.cpp | 1005 if (TT.supportsCOMDAT()) in emitRuntimeHook()
|
/external/AFLplusplus/instrumentation/ |
D | SanitizerCoveragePCGUARD.so.cc | 298 if (TargetTriple.supportsCOMDAT()) { in CreateInitCallsForSections() 651 if (TargetTriple.supportsCOMDAT() && in CreateFunctionLocalArrayInSection()
|
D | SanitizerCoverageLTO.so.cc | 1493 if (TargetTriple.supportsCOMDAT() && in CreateFunctionLocalArrayInSection() 1498 if (TargetTriple.supportsCOMDAT() && !F.isInterposable()) in CreateFunctionLocalArrayInSection()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TargetParser/ |
D | Triple.h | 956 bool supportsCOMDAT() const { in supportsCOMDAT() function
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 563 if (Triple(M->getTargetTriple()).supportsCOMDAT()) in emitRuntimeHook()
|
D | PGOInstrumentation.cpp | 798 if (!TT.supportsCOMDAT()) in createIRLevelProfileFlagVariable()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 1138 if (!Triple(M.getTargetTriple()).supportsCOMDAT()) in needsComdatForCounter() 1215 if (TT.supportsCOMDAT()) { in createProfileFileNameVar()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 1194 if (Ctx->getTargetTriple().supportsCOMDAT() && !FuncName.empty()) { in getPseudoProbeDescSection()
|