Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Djitprofiling.c474 static unsigned int methodID = 0x100000; in iJIT_GetNewMethodID() local
476 if (methodID == 0) in iJIT_GetNewMethodID()
479 return methodID++; in iJIT_GetNewMethodID()