HomeSort by relevance Sort by last modified time
    Searched refs:debug_cu_index (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
dwp.cc 180 // Read the .debug_cu_index or .debug_tu_index section of a .dwp file,
191 // Verify the .debug_cu_index section of a .dwp file, comparing it
904 unsigned int debug_cu_index = 0; local
943 debug_cu_index = i;
953 if (debug_cu_index > 0 || debug_tu_index > 0)
955 if (debug_cu_index > 0)
956 this->read_unit_index(debug_cu_index, debug_shndx, output_file, false);
998 unsigned int debug_cu_index = 0; local
1018 debug_cu_index = i;
1021 if (debug_cu_index == 0
    [all...]
  /external/llvm/tools/llvm-dwp/
llvm-dwp.cpp 480 {"debug_cu_index", {CUIndexSection, static_cast<DWARFSectionKind>(0)}},

Completed in 94 milliseconds