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

/openbsd-current/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingPlatformDarwin.c68 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &VNodesStart; variable
H A DInstrProfilingPlatformWindows.c66 ValueProfNode *CurrentVNode = &VNodesStart + 1; variable
H A DInstrProfilingPlatformOther.c102 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = 0; variable
H A DInstrProfilingInternal.h191 COMPILER_RT_VISIBILITY extern ValueProfNode *CurrentVNode;
H A DInstrProfilingValue.c118 if (CurrentVNode + 1 > EndVNode) {
128 Node = COMPILER_RT_PTR_FETCH_ADD(ValueProfNode, CurrentVNode, 1);
H A DInstrProfilingPlatformLinux.c88 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &PROF_VNODES_START; variable

Completed in 128 milliseconds