Searched refs:SymType (Results 1 – 7 of 7) sorted by relevance
90 SymbolRef::Type SymType; in NotifyObjectEmitted() local91 if (I->getType(SymType)) continue; in NotifyObjectEmitted()92 if (SymType == SymbolRef::ST_Function) { in NotifyObjectEmitted()128 SymbolRef::Type SymType; in NotifyFreeingObject() local129 if (I->getType(SymType)) continue; in NotifyFreeingObject()130 if (SymType == SymbolRef::ST_Function) { in NotifyFreeingObject()
116 SymbolRef::Type SymType; in NotifyObjectEmitted() local117 if (I->getType(SymType)) continue; in NotifyObjectEmitted()118 if (SymType == SymbolRef::ST_Function) { in NotifyObjectEmitted()
177 object::SymbolRef::Type SymType; in loadObjectImpl() local178 Check(I->getType(SymType)); in loadObjectImpl()180 if (SymType == object::SymbolRef::ST_Function || in loadObjectImpl()181 SymType == object::SymbolRef::ST_Data || in loadObjectImpl()182 SymType == object::SymbolRef::ST_Unknown) { in loadObjectImpl()197 DEBUG(dbgs() << "\tType: " << SymType << " Name: " << Name in loadObjectImpl()
910 SymbolRef::Type SymType = SymbolRef::ST_Unknown; in processRelocationRef() local916 Symbol->getType(SymType); in processRelocationRef()924 switch (SymType) { in processRelocationRef()1095 if (SymType != SymbolRef::ST_Unknown) { in processRelocationRef()1121 if (SymType == SymbolRef::ST_Unknown || RangeOverflow) { in processRelocationRef()1174 if (SymType == SymbolRef::ST_Unknown) { in processRelocationRef()
236 object::SymbolRef::Type SymType; in printLineInfoForInput() local237 if (I->getType(SymType)) continue; in printLineInfoForInput()238 if (SymType == object::SymbolRef::ST_Function) { in printLineInfoForInput()
90 MockRawSymbol(PDB_SymType SymType) in MockRawSymbol() argument91 : Type(SymType) {} in MockRawSymbol()
391 SYM_TYPE SymType; member415 SYM_TYPE SymType; member445 SYM_TYPE SymType; member458 SYM_TYPE SymType; member