Searched refs:SymType (Results 1 – 5 of 5) sorted by relevance
52 template <typename SymType>53 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage, in writeOneSymbol()
245 object::SymbolRef::Type SymType; in loadObjectImpl() local247 SymType = *SymTypeOrErr; in loadObjectImpl()292 SymType != object::SymbolRef::ST_File) { in loadObjectImpl()301 LLVM_DEBUG(dbgs() << "\tType: " << SymType << " (absolute) Name: " << Name in loadObjectImpl()306 } else if (SymType == object::SymbolRef::ST_Function || in loadObjectImpl()307 SymType == object::SymbolRef::ST_Data || in loadObjectImpl()308 SymType == object::SymbolRef::ST_Unknown || in loadObjectImpl()309 SymType == object::SymbolRef::ST_Other) { in loadObjectImpl()333 LLVM_DEBUG(dbgs() << "\tType: " << SymType << " Name: " << Name in loadObjectImpl()
1123 SymbolRef::Type SymType = SymbolRef::ST_Unknown; in processRelocationRef() local1137 SymType = *SymTypeOrErr; in processRelocationRef()1145 switch (SymType) { in processRelocationRef()1446 bool IsExtern = Value.SymbolName || SymType == SymbolRef::ST_Unknown; in processRelocationRef()
125 SymbolRef::Type SymType = *SymTypeOrErr; in notifyObjectLoaded() local126 if (SymType != SymbolRef::ST_Function) in notifyObjectLoaded()
254 SymbolRef::Type SymType = *SymTypeOrErr; in notifyObjectLoaded() local255 if (SymType != SymbolRef::ST_Function) in notifyObjectLoaded()