Home
last modified time | relevance | path

Searched refs:Loc2Vars (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp794 SmallDenseMap<LocIndex::u32_location_t, std::vector<VarLoc>> Loc2Vars; member in __anon28d3adc20111::VarLocBasedLDV::VarLocMap
826 auto &Vars = Loc2Vars[Location]; in insert()
842 auto LocIt = Loc2Vars.find(ID.Location); in operator []()
843 assert(LocIt != Loc2Vars.end() && "Location not tracked"); in operator []()