Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h745 bool supportsCOMDAT() const { in supportsCOMDAT() function
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2028 if (TT.supportsCOMDAT()) in recordValue()