Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/time/linux/
H A Dclock_gettime.cpp29 TypedSymbol<VDSOSym::ClockGetTime> clock_gettime; in clock_gettime()
41 TypedSymbol<VDSOSym::ClockGetTime64> clock_gettime64; in clock_gettime()
/freebsd/contrib/llvm-project/libc/src/__support/OSUtil/linux/
H A Dvdso.h65 template <VDSOSym sym> friend struct TypedSymbol;
68 template <VDSOSym sym> struct TypedSymbol { struct