Searched refs:prepareDebugImage (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DObjectLoaderImpl.h39 virtual bool prepareDebugImage(void *pDebugImg, size_t pDebugImgSize) = 0;
H A DELFObjectLoaderImpl.h44 virtual bool prepareDebugImage(void *pDebugImg, size_t pDebugImgSize);
H A DELFObjectLoaderImpl.cpp63 bool ELFObjectLoaderImpl::prepareDebugImage(void *pDebugImg, function in class:ELFObjectLoaderImpl
H A DObjectLoader.cpp84 if (!result->mImpl->prepareDebugImage(result->mDebugImage, pMemSize)) {

Completed in 68 milliseconds