Searched refs:VtableSyms (Results 1 – 3 of 3) sorted by relevance
638 std::vector<std::pair<MCSymbol *, uint64_t>> VtableSyms; in maybeGetVtableSyms() local722 VtableSyms.emplace_back(BD->getSymbol(), Addend); in maybeGetVtableSyms()742 return MethodInfoType(VtableSyms, MethodFetchInsns); in maybeGetVtableSyms()
3418 const std::vector<std::pair<MCSymbol *, uint64_t>> &VtableSyms, in indirectCallPromotion() argument3434 const bool LoadElim = !VtableSyms.empty(); in indirectCallPromotion()3435 assert((!LoadElim || VtableSyms.size() == Targets.size()) && in indirectCallPromotion()3525 LoadElim ? VtableSyms[i].first : Targets[i].first; in indirectCallPromotion()3526 const uint64_t Addend = LoadElim ? VtableSyms[i].second : 0; in indirectCallPromotion()
1924 const std::vector<std::pair<MCSymbol *, uint64_t>> &VtableSyms, in indirectCallPromotion() argument