Home
last modified time | relevance | path

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

/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()
DTargetInfo.cpp7938 bool CodeGenModule::supportsCOMDAT() const { in supportsCOMDAT() function in CodeGenModule
7939 return getTriple().supportsCOMDAT(); in supportsCOMDAT()
/external/llvm/include/llvm/ADT/
DTriple.h591 bool supportsCOMDAT() const { return !isOSBinFormatMachO(); } in supportsCOMDAT() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DTriple.h608 bool supportsCOMDAT() const { return !isOSBinFormatMachO(); } in supportsCOMDAT() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DTriple.h679 bool supportsCOMDAT() const { in supportsCOMDAT() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp942 if (Triple(M->getTargetTriple()).supportsCOMDAT()) in emitRuntimeHook()
969 if (TT.supportsCOMDAT()) { in emitInitialization()
DSanitizerCoverage.cpp280 if (TargetTriple.supportsCOMDAT()) { in CreateInitCallsForSections()
DPGOInstrumentation.cpp1359 if (!TT.supportsCOMDAT()) in createIRLevelProfileFlagVariable()
/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-7.0/llvm/lib/ProfileData/
DInstrProf.cpp929 if (!Triple(M.getTargetTriple()).supportsCOMDAT()) in needsComdatForCounter()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1845 if (TT.supportsCOMDAT()) in recordValue()