Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp492 llvm::GlobalVariable *PtrArray = new llvm::GlobalVariable( in EmitPointerToInitFunc() local
495 PtrArray->setSection(ISA->getSection()); in EmitPointerToInitFunc()
496 addUsedGlobal(PtrArray); in EmitPointerToInitFunc()
500 PtrArray->setComdat(C); in EmitPointerToInitFunc()