Home
last modified time | relevance | path

Searched defs:initArray (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_allocator.h139 T *initArray(size_t N, U &&... Us) XRAY_NEVER_INSTRUMENT { in initArray() function
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DOutputSections.h154 static OutputSection *initArray; global() member
H A DOutputSections.cpp46 OutputSection *Out::initArray; global() member in Out