Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/GSYM/
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()
DDwarfTransformer.cpp217 DWARFAddressRange FuncRange = in parseInlineInfo() local
224 if (FuncRange.LowPC <= Range.LowPC && Range.HighPC <= FuncRange.HighPC) in parseInlineInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DFunctionInfo.cpp157 LR.FuncRange.Start = FuncAddr; in lookup()
159 LR.FuncRange.End = FuncAddr + Data.getU32(&Offset); in lookup()
170 if (Addr >= LR.FuncRange.End) in lookup()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DLookupResult.h41 AddressRange FuncRange; ///< The concrete function address range. member
/external/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
DLookupResult.h43 AddressRange FuncRange; ///< The concrete function address range. member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h131 const FunctionIntervals::const_iterator &FuncRange,
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp285 const FunctionIntervals::const_iterator &FuncRange, in emitRangesEntries() argument
291 int64_t PcOffset = Entries.empty() ? 0 : FuncRange.value() + UnitPcOffset; in emitRangesEntries()
303 if (!(Range.StartAddress + OrigLowPc >= FuncRange.start() && in emitRangesEntries()
304 Range.EndAddress + OrigLowPc <= FuncRange.stop())) in emitRangesEntries()
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFStreamer.h92 const FunctionIntervals::const_iterator &FuncRange,
DDWARFLinker.h136 const FunctionIntervals::const_iterator &FuncRange,
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DExtractFunction.cpp313 if (auto FuncRange = in findExtractionZone() local
315 ExtZone.EnclosingFuncRange = *FuncRange; in findExtractionZone()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp534 const FunctionIntervals::const_iterator &FuncRange,
718 const FunctionIntervals::const_iterator &FuncRange, in emitRangesEntries() argument
724 int64_t PcOffset = Entries.empty() ? 0 : FuncRange.value() + UnitPcOffset; in emitRangesEntries()
736 if (!(Range.StartAddress + OrigLowPc >= FuncRange.start() && in emitRangesEntries()
737 Range.EndAddress + OrigLowPc <= FuncRange.stop())) in emitRangesEntries()