Find inlinee line numbers covering the given section and offset range.
Synopsis
Declared in <llvm/DebugInfo/PDB/Native/NativeRawSymbol.h>
virtual
std::unique_ptr<IPDBEnumLineNumbers>
findInlineeLinesByAddr(
uint32_t Section,
uint32_t Offset,
uint32_t Length) const override;
Return Value
An enumerator over matching line‐number entries.
Parameters
Name |
Description |
Section |
Section index of the start address. |
Offset |
Offset within the section. |
Length |
Length in bytes of the address range. |
Created with MrDocs