IPDBFrameData defines an interface used to represent a frame data of some code block.
More...
#include "llvm/DebugInfo/PDB/IPDBFrameData.h"
IPDBFrameData defines an interface used to represent a frame data of some code block.
Definition at line 21 of file IPDBFrameData.h.
◆ ~IPDBFrameData()
IPDBFrameData::~IPDBFrameData |
( |
| ) |
|
|
virtualdefault |
◆ getAddressOffset()
virtual uint32_t llvm::pdb::IPDBFrameData::getAddressOffset |
( |
| ) |
const |
|
pure virtual |
◆ getAddressSection()
virtual uint32_t llvm::pdb::IPDBFrameData::getAddressSection |
( |
| ) |
const |
|
pure virtual |
◆ getLengthBlock()
virtual uint32_t llvm::pdb::IPDBFrameData::getLengthBlock |
( |
| ) |
const |
|
pure virtual |
◆ getProgram()
virtual std::string llvm::pdb::IPDBFrameData::getProgram |
( |
| ) |
const |
|
pure virtual |
◆ getRelativeVirtualAddress()
virtual uint32_t llvm::pdb::IPDBFrameData::getRelativeVirtualAddress |
( |
| ) |
const |
|
pure virtual |
◆ getVirtualAddress()
virtual uint64_t llvm::pdb::IPDBFrameData::getVirtualAddress |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following files: