Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
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()