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