Searched refs:FuncRange (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLookupResult.h43 AddressRange FuncRange; ///< The concrete function address range. member in struct:llvm::gsym::LookupResult
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp160 LR.FuncRange.Start = FuncAddr;
162 LR.FuncRange.End = FuncAddr + Data.getU32(&Offset);
173 if (LR.FuncRange.size() > 0 && !LR.FuncRange.contains(Addr))
H A DDwarfTransformer.cpp217 DWARFAddressRange FuncRange = local
224 if (FuncRange.LowPC <= Range.LowPC && Range.HighPC <= FuncRange.HighPC)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h88 /// Emit debug_ranges for \p FuncRange by translating the
92 const FunctionIntervals::const_iterator &FuncRange,
H A DDWARFLinker.h132 /// Emit debug_ranges for \p FuncRange by translating the
136 const FunctionIntervals::const_iterator &FuncRange,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp279 /// Emit the debug_range section contents for \p FuncRange by
285 const FunctionIntervals::const_iterator &FuncRange,
291 int64_t PcOffset = Entries.empty() ? 0 : FuncRange.value() + UnitPcOffset;
303 if (!(Range.StartAddress + OrigLowPc >= FuncRange.start() &&
304 Range.EndAddress + OrigLowPc <= FuncRange.stop()))
283 emitRangesEntries( int64_t UnitPcOffset, uint64_t OrigLowPc, const FunctionIntervals::const_iterator &FuncRange, const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries, unsigned AddressSize) argument

Completed in 122 milliseconds