Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLookupResult.h36 using SourceLocations = std::vector<SourceLocation>; variable
51 SourceLocations Locations;
H A DInlineInfo.h122 SourceLocations &SrcLocs);
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderVTune.cpp115 using SourceLocations = std::vector<std::pair<std::string, unsigned int>>; typedef
116 using NativeCodeMap = std::map<uint64_t, SourceLocations>;
/src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp110 uint64_t BaseAddr, uint64_t Addr, SourceLocations &SrcLocs, in lookup()
162 SourceLocations &SrcLocs) { in lookup()
/src/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1606 const SmallVectorImpl<SourceLocation> &SourceLocations) { in setDeserializedSafeBufferOptOutMap() argument
1607 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()