#include <Function.hpp>
|
| Function (std::unique_ptr< details::Function > impl) |
|
| ~Function () |
|
std::string | name () const |
| The name of the function (this name is usually demangled)
|
|
uint32_t | RVA () const |
| The Relative Virtual Address of the function.
|
|
uint32_t | code_size () const |
| The size of the function.
|
|
std::string | section_name () const |
| The name of the section in which this function is defined.
|
|
debug_location_t | debug_location () const |
| Original source code location.
|
|
◆ Function()
LIEF::pdb::Function::Function |
( |
std::unique_ptr< details::Function > | impl | ) |
|
◆ ~Function()
LIEF::pdb::Function::~Function |
( |
| ) |
|
◆ code_size()
uint32_t LIEF::pdb::Function::code_size |
( |
| ) |
const |
The size of the function.
◆ debug_location()
Original source code location.
◆ name()
std::string LIEF::pdb::Function::name |
( |
| ) |
const |
The name of the function (this name is usually demangled)
◆ RVA()
uint32_t LIEF::pdb::Function::RVA |
( |
| ) |
const |
The Relative Virtual Address of the function.
◆ section_name()
std::string LIEF::pdb::Function::section_name |
( |
| ) |
const |
The name of the section in which this function is defined.
The documentation for this class was generated from the following file: