Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDeclCXX.cpp516 llvm::GlobalVariable *PtrArray = new llvm::GlobalVariable( in EmitPointerToInitFunc() local
519 PtrArray->setSection(ISA->getSection()); in EmitPointerToInitFunc()
520 addUsedGlobal(PtrArray); in EmitPointerToInitFunc()
524 PtrArray->setComdat(C); in EmitPointerToInitFunc()