Searched refs:SymType (Results 1 – 8 of 8) sorted by relevance
84 Expected<SymbolRef::Type> SymType = Sym.getType(); in convert() local85 if (!SymType) { in convert()86 consumeError(SymType.takeError()); in convert()94 if (SymType.get() != SymbolRef::Type::ST_Function || in convert()
111 if (auto SymType = Sym.getType()) { in getObjectSymbolInfo() local112 if (*SymType == object::SymbolRef::ST_File) in getObjectSymbolInfo()115 return SymType.takeError(); in getObjectSymbolInfo()
114 if (auto SymType = Sym.getType()) { in emit() local115 if (*SymType == object::SymbolRef::ST_File) in emit()118 ES.reportError(SymType.takeError()); in emit()
50 template <typename SymType>51 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage, in writeOneSymbol()
251 object::SymbolRef::Type SymType; in loadObjectImpl() local253 SymType = *SymTypeOrErr; in loadObjectImpl()298 SymType != object::SymbolRef::ST_File) { in loadObjectImpl()307 LLVM_DEBUG(dbgs() << "\tType: " << SymType << " (absolute) Name: " << Name in loadObjectImpl()314 } else if (SymType == object::SymbolRef::ST_Function || in loadObjectImpl()315 SymType == object::SymbolRef::ST_Data || in loadObjectImpl()316 SymType == object::SymbolRef::ST_Unknown || in loadObjectImpl()317 SymType == object::SymbolRef::ST_Other) { in loadObjectImpl()341 LLVM_DEBUG(dbgs() << "\tType: " << SymType << " Name: " << Name in loadObjectImpl()
1202 SymbolRef::Type SymType = SymbolRef::ST_Unknown; in processRelocationRef() local1216 SymType = *SymTypeOrErr; in processRelocationRef()1224 switch (SymType) { in processRelocationRef()1527 bool IsExtern = Value.SymbolName || SymType == SymbolRef::ST_Unknown; in processRelocationRef()
254 SymbolRef::Type SymType = *SymTypeOrErr; in notifyObjectLoaded() local255 if (SymType != SymbolRef::ST_Function) in notifyObjectLoaded()
253 SymbolRef::Type SymType = *SymTypeOrErr; in notifyObjectLoaded() local254 if (SymType != SymbolRef::ST_Function) in notifyObjectLoaded()