OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:debug_tu_index
(Results
1 - 8
of
8
) sorted by null
/external/llvm/test/tools/llvm-dwp/X86/
simple.test
79
CHECK-LABEL: .
debug_tu_index
contents:
85
Ensure we do not create a
debug_tu_index
, even an empty or malformed one.
86
NOTYPOBJ-NOT: .
debug_tu_index
/external/llvm/test/DebugInfo/
dwarfdump-dwp.test
45
; CHECK: .
debug_tu_index
contents:
/external/llvm/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp
74
clEnumValN(DIDT_TUIndex, "tu_index", ".
debug_tu_index
"), clEnumValEnd));
/toolchain/binutils/binutils-2.25/gold/
dwp.cc
180
// Read the .debug_cu_index or .
debug_tu_index
section of a .dwp file,
901
unsigned int
debug_tu_index
= 0;
local
941
debug_tu_index
= i;
949
if (debug_cu_index > 0 ||
debug_tu_index
> 0)
953
if (
debug_tu_index
> 0)
962
this->read_unit_index(
debug_tu_index
, debug_shndx, output_file, true);
1115
// Read the .debug_cu_index or .
debug_tu_index
section of a .dwp file,
[
all
...]
/external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp
170
OS << "\n.
debug_tu_index
contents:\n";
664
.Case("
debug_tu_index
", &TUIndexSection)
/external/llvm/lib/MC/
MCObjectFileInfo.cpp
544
Ctx->getELFSection(".
debug_tu_index
", ELF::SHT_PROGBITS, 0);
733
".
debug_tu_index
",
[
all
...]
/toolchain/binutils/binutils-2.25/binutils/
ChangeLog-2012
126
(debug_displays): Add .debug_cu_index, .
debug_tu_index
.
dwarf.c
73
/* Collection of CU/TU section sets from .debug_cu_index and .
debug_tu_index
[
all
...]
Completed in 1451 milliseconds