Home
last modified time | relevance | path

Searched refs:CurrentVNode (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()
140 Node = COMPILER_RT_PTR_FETCH_ADD(ValueProfNode, CurrentVNode, 1); in allocateOneNode()
H A DInstrProfilingPlatformWindows.c93 ValueProfNode *CurrentVNode = &VNodesStart + 1; variable
H A DInstrProfilingPlatformDarwin.c100 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &VNodesStart; variable
H A DInstrProfilingPlatformOther.c121 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = 0; variable
H A DInstrProfilingInternal.h197 COMPILER_RT_VISIBILITY extern ValueProfNode *CurrentVNode;
H A DInstrProfilingPlatformLinux.c110 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &PROF_VNODES_START; variable