Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenItaniumCXXABI.cpp146 auto globalValue = dyn_cast_or_null<cir::CIRGlobalValueInterface>( in emitConstructorDestructorAlias() local
148 if (globalValue && !globalValue.isDeclaration()) in emitConstructorDestructorAlias()
H A DCIRGenModule.cpp1629 if (auto globalValue = dyn_cast<cir::CIRGlobalValueInterface>(op)) in setDSOLocal() local
1630 setDSOLocal(globalValue); in setDSOLocal()