Home | History | Annotate | Download | only in elff

Lines Matching full:compilation

14  * Contains declaration of a class DwarfCU, that encapsulates a compilation
39 /* STMTL header cached by compilation unit. This header is contained in
42 /* The size in bytes of the line number information for this compilation
100 * compilation unit.
107 * elf - Instance of ElfFile containing this compilation unit.
116 * elf - Instance of ElfFile containing this compilation unit.
117 * hdr - Pointer to compilation unit header inside mapped .debug_info
142 /* Dumps this compilation unit to the stdout. */
145 /* Gets instance of ElfFile containing this compilation unit. */
155 /* Gets byte size of the pointer type for this compilation unit. */
160 /* Gets full path to the compilation directory (DW_AT_comp_dir attribute).
162 * Full path to the compilation directory (DW_AT_comp_dir attribute),
171 /* Gets relative (from the compilation directory) path to the compiled file.
183 /* Gets next compilation unit in the list. NULL indicates the last CU. */
234 /* Parses this compilation unit in .debug_info section, collecting children
235 * DIEs of this compilation unit.
241 * compilation unit descriptor inside mapped .debug_info section of
263 * this compilation unit, containing the given address.
285 * parameter is zero, compilation directory (DW_AT_comp_dir) for this CU
295 /* DIE abbreviation descriptors, cached for this compilation unit. */
298 /* Instance of an ELF file that contains this compilation unit. */
304 /* Next compilation unit in the list (previous in the order they've been
312 /* Byte size of the pointer type for this compilation unit. */
316 /* Encapsulates architecture-dependent functionality of a compilation unit.
318 * Dwarf_CUHdr - type compilation unit header in the mapped .debug_info
331 * elf - Instance of ElfFile containing this compilation unit.
332 * hdr - Pointer to compilation unit header inside mapped .debug_info
341 /* Parses this compilation unit in .debug_info section, collecting children
342 * DIEs of this compilation unit. This is an implementation of DwarfCU's
386 /* Process a child DIE (and all its children) in this compilation unit.
392 * compilation unit itself.
498 /* Pointer to this compilation unit header inside the mapped .debug_info
503 /* Size of this compilation unit area in the mapped .debug_info section.