Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/
H A Dsegmented_array_test.cpp314 using PtrArray = Array<int *>; in TEST() typedef
315 PtrArray::AllocatorType Alloc(16384); in TEST()
331 using PtrArray = Array<int *>; in TEST() typedef
332 PtrArray::AllocatorType Alloc(4096); in TEST()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDeclCXX.cpp496 llvm::GlobalVariable *PtrArray = new llvm::GlobalVariable( in EmitPointerToInitFunc() local
499 PtrArray->setSection(ISA->getSection()); in EmitPointerToInitFunc()
500 addUsedGlobal(PtrArray); in EmitPointerToInitFunc()
504 PtrArray->setComdat(C); in EmitPointerToInitFunc()