Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c130 if (CurrentVNode + 1 > EndVNode) { in allocateOneNode()
141 /* Due to section padding, EndVNode point to a byte which is one pass in allocateOneNode()
143 if (Node + 1 > EndVNode)
H A DInstrProfilingPlatformWindows.c94 ValueProfNode *EndVNode = &VNodesEnd; variable
H A DInstrProfilingPlatformDarwin.c101 COMPILER_RT_VISIBILITY ValueProfNode *EndVNode = &VNodesEnd; variable
H A DInstrProfilingPlatformOther.c122 COMPILER_RT_VISIBILITY ValueProfNode *EndVNode = 0; variable
H A DInstrProfilingInternal.h198 COMPILER_RT_VISIBILITY extern ValueProfNode *EndVNode;
H A DInstrProfilingPlatformLinux.c111 COMPILER_RT_VISIBILITY ValueProfNode *EndVNode = &PROF_VNODES_STOP; variable