Go to the documentation of this file.
16#ifndef LIEF_DEBUG_LOCATION_H
17#define LIEF_DEBUG_LOCATION_H
LIEF namespace.
Definition Abstract/Binary.hpp:36
This structure holds a debug location (source filename & line)
Definition debug_loc.hpp:23
uint64_t line
Definition debug_loc.hpp:25
std::string file
Definition debug_loc.hpp:24