Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDeclCXX.cpp405 llvm::GlobalVariable *PtrArray = new llvm::GlobalVariable( in EmitPointerToInitFunc() local
408 PtrArray->setSection(ISA->getSection()); in EmitPointerToInitFunc()
409 addUsedGlobal(PtrArray); in EmitPointerToInitFunc()
413 PtrArray->setComdat(C); in EmitPointerToInitFunc()