Home
last modified time | relevance | path

Searched refs:SrcLocs (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp110 uint64_t BaseAddr, uint64_t Addr, SourceLocations &SrcLocs, in lookup() argument
135 Done = lookup(GR, Data, Offset, ChildBaseAddr, Addr, SrcLocs, Err); in lookup()
148 SrcLoc.Name = SrcLocs.back().Name; in lookup()
149 SrcLoc.Offset = SrcLocs.back().Offset; in lookup()
153 SrcLocs.back().Name = GR.getString(Inline.Name); in lookup()
154 SrcLocs.back().Offset = Addr - Inline.Ranges[0].start(); in lookup()
155 SrcLocs.push_back(SrcLoc); in lookup()
162 SourceLocations &SrcLocs) { in lookup() argument
166 ::lookup(GR, Data, Offset, BaseAddr, Addr, SrcLocs, Err); in lookup()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DInlineInfo.h88 /// This function will augment the SourceLocations array \a SrcLocs with any
90 /// exists for \a Addr, then \a SrcLocs will be left untouched. If there is
91 /// inline information for \a Addr, then \a SrcLocs will be modifiied to
109 /// \param SrcLocs The inline source locations that matches \a Addr. This
119 /// is added to \a SrcLocs.
122 SourceLocations &SrcLocs);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3605 SmallVector<SourceLocation, 64> SrcLocs; in ReadASTBlock() local
3608 SrcLocs.push_back(ReadSourceLocation(F, Record, Idx)); in ReadASTBlock()
3609 PP.setDeserializedSafeBufferOptOutMap(SrcLocs); in ReadASTBlock()