Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDeclCXX.cpp291 llvm::GlobalVariable *PtrArray = new llvm::GlobalVariable( in EmitPointerToInitFunc() local
294 PtrArray->setSection(ISA->getSection()); in EmitPointerToInitFunc()
295 addUsedGlobal(PtrArray); in EmitPointerToInitFunc()
299 PtrArray->setComdat(C); in EmitPointerToInitFunc()