Searched refs:LocSymsTy (Results 1 – 1 of 1) sorted by relevance
100 using LocSymsTy = std::vector<std::pair<uint32_t, const MCSymbol *>>; variable101 std::unique_ptr<LocSymsTy> LocSyms;824 LocSymsTy &getLocSyms() { in getLocSyms()825 return LocSyms ? *LocSyms : *(LocSyms = std::make_unique<LocSymsTy>()); in getLocSyms()829 const LocSymsTy &getLocSyms() const { in getLocSyms()