Searched refs:CachedSymbolLookupSource (Results 1 – 1 of 1) sorted by relevance
19 struct CachedSymbolLookupSource : public ElfSymbolLookupSource { struct20 CachedSymbolLookupSource(ElfSymbolLookupSource* source) in CachedSymbolLookupSource() argument35 ~CachedSymbolLookupSource() in ~CachedSymbolLookupSource() argument186 CachedSymbolLookupSource* cachedSource in Init()187 = new(std::nothrow) CachedSymbolLookupSource(fSource); in Init()