Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfilingPlatformDarwin.c62 COMPILER_RT_VISIBILITY ValueProfNode *EndVNode = &VNodesEnd; variable
H A DInstrProfilingValue.c115 if (CurrentVNode + 1 > EndVNode) { in allocateOneNode()
128 if (Node + 1 > EndVNode) in allocateOneNode()
H A DInstrProfilingPlatformLinux.c75 COMPILER_RT_VISIBILITY ValueProfNode *EndVNode = &PROF_VNODES_STOP; variable
H A DInstrProfilingPlatformOther.c93 COMPILER_RT_VISIBILITY ValueProfNode *EndVNode = 0; variable
H A DInstrProfilingInternal.h187 COMPILER_RT_VISIBILITY extern ValueProfNode *EndVNode;