/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()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGVTT.cpp | 97 if (CGM.supportsCOMDAT() && VTT->isWeakForLinker()) in EmitVTTDefinition()
|
D | CodeGenModule.cpp | 2626 if (supportsCOMDAT()) in GetAddrOfMSGuidDecl() 2661 if (supportsCOMDAT()) in GetAddrOfTemplateParamObject() 3133 if (supportsCOMDAT()) in emitMultiVersionFunctions() 3176 if (supportsCOMDAT()) in emitCPUDispatchDefinition() 3885 if (supportsCOMDAT() && GV->isWeakForLinker() && in CreateOrReplaceCXXRuntimeVariable() 4063 if (!CGM.supportsCOMDAT()) in shouldBeInCOMDAT() 5198 assert(CGM.supportsCOMDAT() && "Only COFF uses weak string literals"); in GenerateStringLiteral() 5385 if (supportsCOMDAT() && GV->isWeakForLinker()) in GetAddrOfGlobalTemporary()
|
D | ItaniumCXXABI.cpp | 1753 if (CGM.supportsCOMDAT() && VTable->isWeakForLinker()) in emitVTableDefinitions() 2373 } else if (CGM.supportsCOMDAT() && guard->isWeakForLinker()) { in EmitGuardedInit() 2742 if (CGM.supportsCOMDAT() && Wrapper->isWeakForLinker()) in getOrCreateThreadLocalWrapper() 3753 if (CGM.supportsCOMDAT() && GV->isWeakForLinker()) in BuildTypeInfo() 4571 if (CGM.supportsCOMDAT()) in getClangCallTerminateFn()
|
D | CGDeclCXX.cpp | 491 supportsCOMDAT() && D->isExternallyVisible() ? Addr : nullptr; in EmitCXXGlobalVarDeclInitFunc()
|
D | CGBlocks.cpp | 278 if (CGM.supportsCOMDAT()) in buildBlockDescriptor() 1945 if (CGM.supportsCOMDAT()) in GenerateCopyHelperFunction() 2140 if (CGM.supportsCOMDAT()) in GenerateDestroyHelperFunction()
|
D | CodeGenModule.h | 693 bool supportsCOMDAT() const;
|
D | CGVTables.cpp | 55 if (CGM.supportsCOMDAT() && ThunkFn->isWeakForLinker()) in setThunkProperties()
|
/external/llvm/include/llvm/ADT/ |
D | Triple.h | 591 bool supportsCOMDAT() const { return !isOSBinFormatMachO(); } in supportsCOMDAT() function
|
/external/llvm-project/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 1053 if (!Triple(M.getTargetTriple()).supportsCOMDAT()) in needsComdatForCounter() 1131 if (TT.supportsCOMDAT()) { in createIRLevelProfileFlagVar() 1147 if (TT.supportsCOMDAT()) { in createProfileFileNameVar()
|
/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-10.0/llvm/include/llvm/ADT/ |
D | Triple.h | 745 bool supportsCOMDAT() const { in supportsCOMDAT() function
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | Triple.h | 789 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/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | SanitizerCoverage.cpp | 362 if (TargetTriple.supportsCOMDAT()) { in CreateInitCallsForSections() 679 if (TargetTriple.supportsCOMDAT() && !F.isInterposable()) in CreateFunctionLocalArrayInSection()
|
D | MemProfiler.cpp | 505 if (TT.supportsCOMDAT()) { in createProfileFileNameVar()
|
D | InstrProfiling.cpp | 1066 if (TT.supportsCOMDAT()) in emitRuntimeHook()
|
/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()
|