Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp160 LR.FuncRange.Start = FuncAddr; in lookup()
162 LR.FuncRange.End = FuncAddr + Data.getU32(&Offset); in lookup()
173 if (LR.FuncRange.size() > 0 && !LR.FuncRange.contains(Addr)) in lookup()
H A DDwarfTransformer.cpp217 DWARFAddressRange FuncRange = in parseInlineInfo() local
224 if (FuncRange.LowPC <= Range.LowPC && Range.HighPC <= FuncRange.HighPC) in parseInlineInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DLookupResult.h43 AddressRange FuncRange; ///< The concrete function address range. member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp311 const FunctionIntervals::const_iterator &FuncRange, in emitRangesEntries() argument
317 int64_t PcOffset = Entries.empty() ? 0 : FuncRange.value() + UnitPcOffset; in emitRangesEntries()
329 if (!(Range.StartAddress + OrigLowPc >= FuncRange.start() && in emitRangesEntries()
330 Range.EndAddress + OrigLowPc <= FuncRange.stop())) in emitRangesEntries()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h92 const FunctionIntervals::const_iterator &FuncRange,
H A DDWARFLinker.h144 const FunctionIntervals::const_iterator &FuncRange,