Home | History | Annotate | Download | only in link

Lines Matching refs:SymbolTable

25 #include "process/SymbolTable.h"
41 static bool isSymbolVisible(const SymbolTable::Symbol& symbol, const Reference& ref,
48 static const SymbolTable::Symbol* resolveSymbol(const Reference& reference,
49 NameMangler* mangler, SymbolTable* symbols);
56 static const SymbolTable::Symbol* resolveSymbolCheckVisibility(const Reference& reference,
58 SymbolTable* symbols,
66 static const SymbolTable::Symbol* resolveAttributeCheckVisibility(const Reference& reference,
68 SymbolTable* symbols,
78 SymbolTable* symbols,
95 static bool linkReference(Reference* reference, IAaptContext* context, SymbolTable* symbols,