#include <Method.hpp>
|
using | quick_code_t = std::vector<uint8_t> |
| Container for the Quick Code.
|
|
template<class T > |
using | output_t = add_pointer_t<decay_t<T>> |
|
template<class T > |
using | output_const_t = add_pointer_t<add_const_t<decay_t<T>>> |
|
◆ quick_code_t
Container for the Quick Code.
◆ Method() [1/3]
LIEF::OAT::Method::Method |
( |
| ) |
|
◆ Method() [2/3]
LIEF::OAT::Method::Method |
( |
DEX::Method * | method, |
|
|
Class * | oat_class, |
|
|
std::vector< uint8_t > | code = {} ) |
◆ Method() [3/3]
LIEF::OAT::Method::Method |
( |
const Method & | | ) |
|
◆ ~Method()
LIEF::OAT::Method::~Method |
( |
| ) |
|
|
override |
◆ accept()
void LIEF::OAT::Method::accept |
( |
Visitor & | visitor | ) |
const |
|
overridevirtual |
◆ dex2dex_info()
◆ dex_method() [1/2]
◆ dex_method() [2/2]
const DEX::Method * LIEF::OAT::Method::dex_method |
( |
| ) |
const |
◆ has_dex_method()
bool LIEF::OAT::Method::has_dex_method |
( |
| ) |
const |
◆ is_compiled()
bool LIEF::OAT::Method::is_compiled |
( |
| ) |
const |
◆ is_dex2dex_optimized()
bool LIEF::OAT::Method::is_dex2dex_optimized |
( |
| ) |
const |
True if the optimization is DEX.
◆ name()
std::string LIEF::OAT::Method::name |
( |
| ) |
const |
◆ oat_class() [1/2]
Class * LIEF::OAT::Method::oat_class |
( |
| ) |
|
◆ oat_class() [2/2]
const Class * LIEF::OAT::Method::oat_class |
( |
| ) |
const |
◆ operator=()
◆ quick_code() [1/2]
const quick_code_t & LIEF::OAT::Method::quick_code |
( |
| ) |
const |
Quick code associated with the method.
◆ quick_code() [2/2]
void LIEF::OAT::Method::quick_code |
( |
const quick_code_t & | code | ) |
|
The documentation for this class was generated from the following file: