Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.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()