Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp48 MinorVersionFunc(0), in OProfileWrapper()
91 MinorVersionFunc = (op_major_version_ptr_t)(intptr_t) in initialize()
251 if (Agent && MinorVersionFunc) in op_minor_version()
252 return MinorVersionFunc(); in op_minor_version()
/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DOProfileWrapper.h56 op_major_version_ptr_t MinorVersionFunc; variable
80 MinorVersionFunc(MinorVersionImpl), in OpenAgentFunc()