Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 DInstrProfilingValue.c118 if (CurrentVNode + 1 > EndVNode) { in allocateOneNode()
131 if (Node + 1 > EndVNode) in allocateOneNode()
H A DInstrProfilingPlatformOther.c103 COMPILER_RT_VISIBILITY ValueProfNode *EndVNode = 0; variable
H A DInstrProfilingInternal.h192 COMPILER_RT_VISIBILITY extern ValueProfNode *EndVNode;
H A DInstrProfilingPlatformLinux.c89 COMPILER_RT_VISIBILITY ValueProfNode *EndVNode = &PROF_VNODES_STOP; variable