Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLookupResult.h37 using SourceLocations = std::vector<SourceLocation>; variable
52 SourceLocations Locations;
H A DInlineInfo.h123 SourceLocations &SrcLocs);
/freebsd/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>;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp109 uint64_t BaseAddr, uint64_t Addr, SourceLocations &SrcLocs, in lookup()
161 SourceLocations &SrcLocs) { in lookup()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1638 const SmallVectorImpl<SourceLocation> &SourceLocations) { in setDeserializedSafeBufferOptOutMap() argument
1639 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()