Searched refs:SymType (Results 1 – 3 of 3) sorted by relevance
96 SymType *type; /* type of element */126 SymType *type;131 SymType *type; /* *type */136 SymType *idxtype;137 SymType *type;155 SymType *type; /* type */168 Bool ML_(st_isstruct)(SymType *ty)173 Bool ML_(st_isunion)(SymType *ty)178 Bool ML_(st_isenum)(SymType *ty)183 static inline SymType *alloc(SymType *st)[all …]
94 object::SymbolRef::Type SymType; in loadObject() local96 Check(i->getType(SymType)); in loadObject()110 if (SymType == object::SymbolRef::ST_Function || in loadObject()111 SymType == object::SymbolRef::ST_Data || in loadObject()112 SymType == object::SymbolRef::ST_Unknown) { in loadObject()127 SymType == object::SymbolRef::ST_Function, in loadObject()139 DEBUG(dbgs() << "\tType: " << SymType << " Name: " << Name << "\n"); in loadObject()
407 SymbolRef::Type SymType; in processRelocationRef() local408 Symbol.getType(SymType); in processRelocationRef()409 switch (SymType) { in processRelocationRef()