Searched refs:SourceLocations (Results 1 – 5 of 5) sorted by relevance
36 using SourceLocations = std::vector<SourceLocation>; variable51 SourceLocations Locations;
122 SourceLocations &SrcLocs);
115 using SourceLocations = std::vector<std::pair<std::string, unsigned int>>; typedef116 using NativeCodeMap = std::map<uint64_t, SourceLocations>;
110 uint64_t BaseAddr, uint64_t Addr, SourceLocations &SrcLocs, in lookup()162 SourceLocations &SrcLocs) { in lookup()
1606 const SmallVectorImpl<SourceLocation> &SourceLocations) { in setDeserializedSafeBufferOptOutMap() argument1607 if (SourceLocations.size() == 0) in setDeserializedSafeBufferOptOutMap()1610 assert(SourceLocations.size() % 2 == 0 && in setDeserializedSafeBufferOptOutMap()1613 auto It = SourceLocations.begin(); in setDeserializedSafeBufferOptOutMap()1622 } while (It != SourceLocations.end()); in setDeserializedSafeBufferOptOutMap()