Home
last modified time | relevance | path

Searched defs:SymbolTableEntry (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DSymbolTable.h44 struct SymbolTableEntry { struct
45 SymbolTableEntry() in SymbolTableEntry() argument
50 SymbolTableEntry(int index) in SymbolTableEntry() argument
56 SymbolTableEntry(int index, unsigned attributes) in SymbolTableEntry() argument
62 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
/external/llvm/include/llvm/Object/
DMachOFormat.h267 struct SymbolTableEntry { struct
286 struct IndirectSymbolTableEntry { argument
/external/llvm/include/llvm/
DDerivedTypes.h207 void *SymbolTableEntry; variable