Searched defs:ElfCompilationUnit (Results 1 – 1 of 1) sorted by relevance
27 struct ElfCompilationUnit { struct28 std::vector<const MethodDebugInfo*> methods;29 size_t debug_line_offset = 0;30 bool is_code_address_text_relative; // Is the address offset from start of .text section?32 uint64_t code_end = 0;