Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp842 auto LocIt = Loc2Vars.find(ID.Location); in operator []() local
843 assert(LocIt != Loc2Vars.end() && "Location not tracked"); in operator []()
844 return LocIt->second[ID.Index]; in operator []()