Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp1564 const LangOptions &lOpts = cgm.getLangOpts(); in shouldAssumeDSOLocal() local
1565 if (rm != llvm::Reloc::Static && !lOpts.PIE) { in shouldAssumeDSOLocal()
1573 return !(lOpts.SemanticInterposition || lOpts.HalfNoSemanticInterposition); in shouldAssumeDSOLocal()