Lines Matching defs:Addr
39 static bool getInlineStackHelper(const InlineInfo &II, uint64_t Addr,
41 if (II.Ranges.contains(Addr)) {
48 if (::getInlineStackHelper(Child, Addr, InlineStack))
57 InlineInfo::getInlineStack(uint64_t Addr) const {
59 if (getInlineStackHelper(*this, Addr, Result))
110 uint64_t BaseAddr, uint64_t Addr, SourceLocations &SrcLocs,
118 if (!Inline.Ranges.contains(Addr)) {
135 Done = lookup(GR, Data, Offset, ChildBaseAddr, Addr, SrcLocs, Err);
154 SrcLocs.back().Offset = Addr - Inline.Ranges[0].start();
161 uint64_t BaseAddr, uint64_t Addr,
166 ::lookup(GR, Data, Offset, BaseAddr, Addr, SrcLocs, Err);