Native PDB implementation of IPDBLineNumber.
Synopsis
Declared in <llvm/DebugInfo/PDB/Native/NativeLineNumber.h>
class NativeLineNumber
: public IPDBLineNumber
Description
Wraps a CodeView line‐info record together with section/offset location, length, and source‐file and compiland identifiers from a native session.
Base Classes
Name |
Description |
IPDBLineNumber defines an interface used to represent source line number information stored in the PDB. |
Member Functions
Name |
Description |
|
Construct a native line number from CodeView and location data. |
|
Return the section‐relative address offset of this line number. |
|
Return the section index of this line number's address. |
|
Return the starting column number. |
|
Return the ending column number. |
|
Return the compiland id associated with this line number. |
|
Return the length in bytes of the code covered by this line number. |
|
Return the starting source line number. |
|
Return the ending source line number. |
|
Return the relative virtual address of this line number. |
|
Return the source file id associated with this line number. |
|
Return the virtual address of this line number. |
|
Return whether this line number marks the start of a statement. |
Created with MrDocs