Home
last modified time | relevance | path

Searched refs:shouldBeInCOMDAT (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp850 static bool shouldBeInCOMDAT(CIRGenModule &cgm, const Decl &d) { in shouldBeInCOMDAT() function
877 if (!shouldBeInCOMDAT(*this, d)) in maybeSetTrivialComdat()
989 if (shouldBeInCOMDAT(cgm, *vd)) in isVarDeclStrongDefinition()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp5649 static bool shouldBeInCOMDAT(CodeGenModule &CGM, const Decl &D) { in shouldBeInCOMDAT() function
5680 if (!shouldBeInCOMDAT(*this, D)) in maybeSetTrivialComdat()
6020 if (shouldBeInCOMDAT(CGM, *D)) in isVarDeclStrongDefinition()