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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformDarwin.c66 COMPILER_RT_VISIBILITY ValueProfNode *EndVNode = &VNodesEnd; variable
H A DInstrProfilingPlatformLinux.c81 COMPILER_RT_VISIBILITY ValueProfNode *EndVNode = &PROF_VNODES_STOP; variable
H A DInstrProfilingPlatformWindows.c66 ValueProfNode *EndVNode = &VNodesEnd; variable
H A DInstrProfilingPlatformOther.c98 COMPILER_RT_VISIBILITY ValueProfNode *EndVNode = 0; variable
H A DInstrProfilingInternal.h197 COMPILER_RT_VISIBILITY extern ValueProfNode *EndVNode;
H A DInstrProfilingValue.c114 if (CurrentVNode + 1 > EndVNode) {
125 /* Due to section padding, EndVNode point to a byte which is one pass
127 if (Node + 1 > EndVNode)

Completed in 58 milliseconds