Lines Matching refs:dir_idx
247 fileEntry.dir_idx = debug_line_data.GetULEB128(&offset); in DumpStatementOpcodes()
253 fileEntry.dir_idx, in DumpStatementOpcodes()
450 fileEntry.dir_idx = debug_line_data.GetULEB128( offset_ptr ); in ParsePrologue()
506 uint32_t dir_idx = debug_line_data.GetULEB128( &offset ); in ParseSupportFiles() local
520 if (dir_idx > 0 && dir_idx < include_directories.size()) in ParseSupportFiles()
522 if (cu_comp_dir && include_directories[dir_idx][0] != '/') in ParseSupportFiles()
528 fullpath += include_directories[dir_idx]; in ParseSupportFiles()
532 fullpath = include_directories[dir_idx]; in ParseSupportFiles()
670 fileEntry.dir_idx = debug_line_data.GetULEB128(offset_ptr); in ParseStatementTable()
928 fileEntry.dir_idx, in Dump()
980 uint32_t dir_idx = file_names[idx].dir_idx - 1; in GetFile() local
981 if (dir_idx < include_directories.size()) in GetFile()
982 directory = include_directories[dir_idx]; in GetFile()