Searched defs:SymbolTableEntry (Results 1 – 3 of 3) sorted by relevance
44 struct SymbolTableEntry { struct45 SymbolTableEntry() in SymbolTableEntry() argument50 SymbolTableEntry(int index) in SymbolTableEntry() argument56 SymbolTableEntry(int index, unsigned attributes) in SymbolTableEntry() argument62 bool isNull() const in isNull()67 int getIndex() const in getIndex()72 unsigned getAttributes() const in getAttributes()82 void setAttributes(unsigned attributes) in setAttributes()87 bool isReadOnly() const in isReadOnly()116 typedef SymbolTableEntry TraitType; argument
267 struct SymbolTableEntry { struct286 struct IndirectSymbolTableEntry { argument
207 void *SymbolTableEntry; variable