Searched refs:ForEachNativeDebugSymbol (Results 1 – 3 of 3) sorted by relevance
76 void ForEachNativeDebugSymbol(std::function<void(const void*, size_t, const char*)> cb);
651 void ForEachNativeDebugSymbol(std::function<void(const void*, size_t, const char*)> cb) { in ForEachNativeDebugSymbol() function
514 ForEachNativeDebugSymbol([&](const void* addr, size_t, const char* name) { in FreeAllMethodHeaders()