HomeSort by relevance Sort by last modified time
    Searched refs:pFuncName (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/libbcc/include/bcc/Support/
Disassembler.h 43 const char *pFuncName, const uint8_t *pFunc,
47 const char *pFuncName, const uint8_t *pFunc,
  /frameworks/compile/libbcc/lib/Support/
Disassembler.cpp 69 const char *pFuncName, const uint8_t *pFunc,
132 pOutput << "Disassembled code: " << pFuncName << "\n";
145 "under %s.", i, pFuncName, pTriple);
151 "of function %s under %s.", i, pFuncName, pTriple);
187 const char *pFuncName, const uint8_t *pFunc,
202 Disassemble(*output, pTriple, pFuncName, pFunc, FuncSize);
215 const char *pTriple, const char *pFuncName,
222 const char *pFuncName,

Completed in 111 milliseconds