LIEF: Library to Instrument Executable Formats Version 0.16.0
Loading...
Searching...
No Matches
deopt.hpp File Reference
#include <cstdint>
#include <unordered_map>
Include dependency graph for deopt.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  LIEF
 LIEF namespace.
 
namespace  LIEF::DEX
 

Typedefs

using LIEF::DEX::dex2dex_method_info_t = std::unordered_map<uint32_t, uint32_t>
 
using LIEF::DEX::dex2dex_class_info_t = std::unordered_map<Method*, dex2dex_method_info_t>
 
using LIEF::DEX::dex2dex_info_t = std::unordered_map<Class*, dex2dex_class_info_t>