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

/openbsd-current/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingPlatformDarwin.c69 COMPILER_RT_VISIBILITY ValueProfNode *EndVNode = &VNodesEnd; variable
H A DInstrProfilingPlatformWindows.c67 ValueProfNode *EndVNode = &VNodesEnd; variable
H A DInstrProfilingPlatformOther.c103 COMPILER_RT_VISIBILITY ValueProfNode *EndVNode = 0; variable
H A DInstrProfilingInternal.h192 COMPILER_RT_VISIBILITY extern ValueProfNode *EndVNode;
H A DInstrProfilingValue.c118 if (CurrentVNode + 1 > EndVNode) {
129 /* Due to section padding, EndVNode point to a byte which is one pass
131 if (Node + 1 > EndVNode)
H A DInstrProfilingPlatformLinux.c89 COMPILER_RT_VISIBILITY ValueProfNode *EndVNode = &PROF_VNODES_STOP; variable

Completed in 201 milliseconds