Searched refs:LocID (Results 1 – 3 of 3) sorted by relevance
31 const LibCallLocationInfo &LibCallInfo::getLocationInfo(unsigned LocID) const { in getLocationInfo()36 assert(LocID < NumLocations && "Invalid location ID!"); in getLocationInfo()37 return Locations[LocID]; in getLocationInfo()
141 const LibCallLocationInfo &getLocationInfo(unsigned LocID) const;
424 unsigned LocID = VarLocIDs.insert(VL); in insertTransferDebugPair() local425 OpenRanges.insert(LocID, VL.Var); in insertTransferDebugPair()