Searched refs:ArraySymbolResolver (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/include/bcc/ExecutionEngine/
H A DBCCRuntimeSymbolResolver.h25 public ArraySymbolResolver<BCCRuntimeSymbolResolver> {
26 typedef ArraySymbolResolver<BCCRuntimeSymbolResolver> super;
29 // subclass of ArraySymbolResolver.
H A DSymbolResolvers.h56 class ArraySymbolResolver : public SymbolResolverInterface { class in namespace:bcc
75 ArraySymbolResolver(bool pSorted = false) : mSorted(pSorted) { } function in class:bcc::ArraySymbolResolver

Completed in 46 milliseconds