Searched defs:files (Results 1 - 2 of 2) sorted by relevance

/art/compiler/debug/dwarf/
H A Dheaders.h160 const std::vector<FileEntry>& files,
187 for (const FileEntry& file : files) {
159 WriteDebugLineTable(const std::vector<std::string>& include_directories, const std::vector<FileEntry>& files, const DebugLineOpCodeWriter<Vector>& opcodes, size_t debug_line_offset, std::vector<uint8_t>* debug_line, std::vector<uintptr_t>* debug_line_patches) argument
/art/compiler/debug/
H A Delf_debug_line_writer.h63 std::vector<dwarf::FileEntry> files; local
204 file_index = 1 + files.size();
206 files.push_back(dwarf::FileEntry {
268 WriteDebugLineTable(directories, files, opcodes, offset, &buffer, &debug_line_patches_);

Completed in 67 milliseconds