Home
last modified time | relevance | path

Searched refs:inner_elf_file (Results 1 – 1 of 1) sorted by relevance

/art/compiler/debug/
Delf_debug_writer.cc248 std::vector<uint8_t> inner_elf_file; in PackElfFileForJIT() local
250 inner_elf_file.reserve(1 * KB); // Approximate size of ELF file with a single symbol. in PackElfFileForJIT()
251 VectorOutputStream out("Mini-debug-info ELF file for JIT", &inner_elf_file); in PackElfFileForJIT()
324 gnu_debugdata.reserve(inner_elf_file.size() / 4); in PackElfFileForJIT()
325 XzCompress(ArrayRef<const uint8_t>(inner_elf_file), &gnu_debugdata); in PackElfFileForJIT()