Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp505 llvm::GlobalVariable *PtrArray = new llvm::GlobalVariable( in EmitPointerToInitFunc() local
508 PtrArray->setSection(ISA->getSection()); in EmitPointerToInitFunc()
509 addUsedGlobal(PtrArray); in EmitPointerToInitFunc()
513 PtrArray->setComdat(C); in EmitPointerToInitFunc()