Searched refs:SourceLocations (Results 1 – 5 of 5) sorted by relevance
37 using SourceLocations = std::vector<SourceLocation>; variable52 SourceLocations Locations;
123 SourceLocations &SrcLocs);
115 using SourceLocations = std::vector<std::pair<std::string, unsigned int>>; typedef116 using NativeCodeMap = std::map<uint64_t, SourceLocations>;
109 uint64_t BaseAddr, uint64_t Addr, SourceLocations &SrcLocs, in lookup()161 SourceLocations &SrcLocs) { in lookup()
1638 const SmallVectorImpl<SourceLocation> &SourceLocations) { in setDeserializedSafeBufferOptOutMap() argument1639 if (SourceLocations.size() == 0) in setDeserializedSafeBufferOptOutMap()1642 assert(SourceLocations.size() % 2 == 0 && in setDeserializedSafeBufferOptOutMap()1645 auto It = SourceLocations.begin(); in setDeserializedSafeBufferOptOutMap()1654 } while (It != SourceLocations.end()); in setDeserializedSafeBufferOptOutMap()