HomeSort by: relevance | last modified time | path
    Searched refs:op_open_agent (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
OProfileWrapper.h 86 // Calls op_open_agent in the oprofile JIT library and saves the returned
90 bool op_open_agent();
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 59 if (!Wrapper->op_open_agent()) {
OProfileWrapper.cpp 80 DynamicLibrary::SearchForAddressOfSymbol("op_open_agent");
181 bool OProfileWrapper::op_open_agent() { function in class:llvm::OProfileWrapper
  /src/external/apache2/llvm/autoconf/
configure 8417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing op_open_agent" >&5
8418 $as_echo_n "checking for library containing op_open_agent... " >&6; }
8432 char op_open_agent ();
8436 return op_open_agent ();

Completed in 25 milliseconds