HomeSort by relevance Sort by last modified time
    Searched refs:cu (Results 51 - 75 of 199) sorted by null

1 23 4 5 6 7 8

  /external/llvm/lib/DebugInfo/
DWARFFormValue.cpp 131 const DWARFUnit *cu) {
144 ? cu->getAddressByteSize()
145 : getRefAddrSize(cu->getAddressByteSize(), cu->getVersion());
146 RelocAddrMap::const_iterator AI = cu->getRelocMap()->find(*offset_ptr);
147 if (AI != cu->getRelocMap()->end()) {
182 RelocAddrMap::const_iterator AI = cu->getRelocMap()->find(*offset_ptr);
184 if (AI != cu->getRelocMap()->end())
197 = cu->getRelocMap()->find(*offset_ptr);
198 if (AI != cu->getRelocMap()->end())
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugInfo.cpp 78 DWARFCompileUnit* cu = GetCompileUnitAtIndex(idx); local
79 if (cu)
80 cu->BuildAddressRangeTable (m_dwarf2Data, m_cu_aranges_ap.get(), clear_dies_if_already_not_parsed);
178 DWARFCompileUnit* cu = NULL; local
180 cu = m_compile_units[idx].get();
181 return cu;
185 DWARFDebugInfo::ContainsCompileUnit (const DWARFCompileUnit *cu) const
194 if (pos->get() == cu)
346 DWARFCompileUnit* cu = cu_sp.get(); local
349 cu->AddDIE(*die)
496 const DWARFCompileUnit* cu = cu_sp.get(); local
738 const DWARFCompileUnit* cu = cu_sp.get(); local
    [all...]
DWARFDebugPubnames.cpp 87 DWARFCompileUnit* cu = debug_info->GetCompileUnitAtIndex(cu_idx); local
89 const uint8_t *fixed_form_sizes = DWARFFormValue::GetFixedFormSizesForAddressSize (cu->GetAddressByteSize());
91 bool clear_dies = cu->ExtractDIEsIfNeeded (false) > 1;
94 const size_t die_count = cu->AppendDIEsWithTag (DW_TAG_subprogram, dies) +
95 cu->AppendDIEsWithTag (DW_TAG_variable, dies);
97 dw_offset_t cu_offset = cu->GetOffset();
98 DWARFDebugPubnamesSet pubnames_set(DW_INVALID_OFFSET, cu_offset, cu->GetNextCompileUnitOffset() - cu_offset);
108 const size_t num_attributes = die->GetAttributes(dwarf2Data, cu, fixed_form_sizes, attributes);
203 cu->ClearDIEs (true);
224 DWARFCompileUnit* cu = debug_info->GetCompileUnitAtIndex(cu_idx) local
    [all...]
DWARFLocationList.h 20 const DWARFCompileUnit* cu,
DWARFFormValue.cpp 117 DWARFFormValue::ExtractValue(const DataExtractor& data, lldb::offset_t* offset_ptr, const DWARFCompileUnit* cu)
128 case DW_FORM_addr: m_value.value.uval = data.GetMaxU64(offset_ptr, DWARFCompileUnit::GetAddressByteSize(cu)); break;
149 if (cu->GetVersion() <= 2)
150 m_value.value.uval = data.GetMaxU64(offset_ptr, DWARFCompileUnit::GetAddressByteSize(cu));
186 DWARFFormValue::SkipValue(const DataExtractor& debug_info_data, lldb::offset_t *offset_ptr, const DWARFCompileUnit* cu) const
188 return DWARFFormValue::SkipValue(m_form, debug_info_data, offset_ptr, cu);
192 DWARFFormValue::SkipValue(dw_form_t form, const DataExtractor& debug_info_data, lldb::offset_t *offset_ptr, const DWARFCompileUnit* cu)
211 *offset_ptr += DWARFCompileUnit::GetAddressByteSize(cu);
215 if (cu->GetVersion() <= 2)
216 *offset_ptr += DWARFCompileUnit::GetAddressByteSize(cu);
    [all...]
UniqueDWARFASTType.h 45 DWARFCompileUnit *cu,
51 m_cu (cu),
121 const DWARFCompileUnit *cu,
154 const DWARFCompileUnit *cu,
164 return pos->second.Find (symfile, cu, die, decl, byte_size, entry);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
summary.py 27 max_name = max([len(cu.name) for cu in self.code_units] + [5])
54 for cu in self.code_units:
56 analysis = self.coverage._analyze(cu)
58 args = (cu.name, nums.n_statements, nums.n_missing)
71 outfile.write(fmt_err % (cu.name, typ.__name__, msg))
annotate.py 44 def annotate_file(self, cu, analysis):
47 `cu` is the CodeUnit for the file to annotate.
50 if not cu.relative:
53 filename = cu.filename
54 source = cu.source_file()
56 dest_file = os.path.join(self.directory, cu.flat_rootname())
  /external/elfutils/0.153/libdw/
dwarf_ranges.c 126 const Elf_Data *d = die->cu->dbg->sectiondata[IDX_debug_ranges];
153 /* Fetch the CU's base address. */
154 Dwarf_Die cudie = CUDIE (attr->cu);
177 if (__libdw_offset_in_section (die->cu->dbg,
186 if (readendp - readp < die->cu->address_size * 2)
192 switch (__libdw_read_begin_end_pair_inc (die->cu->dbg, IDX_debug_ranges,
193 &readp, die->cu->address_size,
dwarf_getlocation.c 139 struct loc_block_s **found = tfind (&fake, &attr->cu->locs, loc_compare);
177 struct loc_s **found = tfind (&fake, &attr->cu->locs, loc_compare);
185 Dwarf_Op *result = libdw_alloc (attr->cu->dbg,
194 struct loc_s *newp = libdw_alloc (attr->cu->dbg,
201 found = tsearch (newp, &attr->cu->locs, loc_compare);
264 /* Address, depends on address size of CU. */
271 /* DW_FORM_ref_addr, depends on offset size of CU. */
424 /* DW_FORM_ref_addr, depends on offset size of CU. */
530 getlocation (struct Dwarf_CU *cu, const Dwarf_Block *block,
533 return __libdw_intern_expression (cu->dbg, cu->dbg->other_byte_order
    [all...]
dwarf_func_inline.c 119 struct Dwarf_Die_Chain cu = { .die = CUDIE (func->cu), .parent = NULL }; local
120 return __libdw_visit_scopes (0, &cu, &scope_visitor, NULL, &v);
dwarf_getsrclines.c 1 /* Return line number information of CU.
99 struct Dwarf_CU *const cu = cudie->cu; local
100 if (cu->lines == NULL)
103 cu->lines = (void *) -1l;
104 cu->files = (void *) -1l;
134 Dwarf *dbg = cu->dbg;
468 address size field from the CU header. */
470 if (unlikely (lineendp - linep < cu->address_size))
473 cu->address_size, &addr)
    [all...]
dwarf_haschildren.c 74 abbrevp = __libdw_findabbrev (die->cu, abbrev_code);
dwarf_offdie.c 81 /* Get the CU. */
82 result->cu = __libdw_findcu (dbg, offset, debug_types);
83 if (result->cu == NULL)
  /external/lldb/examples/python/
lldb_module_utils.py 34 cu = module.GetCompileUnitAtIndex(cu_idx)
35 result.PutCString("\n%s:" % (cu.file))
36 for line_idx in range(cu.GetNumLineEntries()):
37 line_entry = cu.GetLineEntryAtIndex(line_idx)
  /frameworks/base/tools/aapt/tests/
CrunchCache_test.cpp 55 CacheUpdater* cu(mcu);
58 int result = cc.crunch(cu);
74 result = cc.crunch(cu, true);
84 delete cu;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
dump.py 9 self.cu = self.cx.cursor()
46 [self.cu.execute(s) for s in expected_sqls]
70 self.cu.execute(CREATE_BETA)
71 self.cu.execute(CREATE_ALPHA)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dump.py 9 self.cu = self.cx.cursor()
46 [self.cu.execute(s) for s in expected_sqls]
70 self.cu.execute(CREATE_BETA)
71 self.cu.execute(CREATE_ALPHA)
  /frameworks/base/tools/aapt/
CrunchCache.cpp 31 size_t CrunchCache::crunch(CacheUpdater* cu, bool forceOverwrite)
54 cu->processImage(mSourcePath.appendPathCopy(relativePath),
67 cu->deleteFile(mDestFiles.keyAt(0));
CrunchCache.h 55 size_t crunch(CacheUpdater* cu, bool forceOverwrite=false);
  /external/elfutils/0.153/libdwfl/
dwfl_module.c 55 free_cu (struct dwfl_cu *cu)
57 if (cu->lines != NULL)
58 free (cu->lines);
59 free (cu);
87 if (mod->cu != NULL)
90 free_cu (mod->cu[i]);
91 free (mod->cu);
  /art/compiler/
compiler.cc 148 Backend* GetCodeGenerator(CompilationUnit* cu, void* compilation_unit) const {
150 cu, cu->mir_graph.get(), &cu->arena,
154 void InitCompilationUnit(CompilationUnit& cu) const {
156 cu.disable_opt |=
  /external/lldb/source/Breakpoint/
BreakpointResolverFileRegex.cpp 60 CompileUnit *cu = context.comp_unit; local
61 FileSpec cu_file_spec = *(static_cast<FileSpec *>(cu));
74 start_idx = cu->FindLineEntry (start_idx, line_matches[i], NULL, exact, &line_entry);
  /art/compiler/optimizing/
graph_visualizer.h 47 const DexCompilationUnit& cu);
  /art/compiler/driver/
dex_compilation_unit.h 36 explicit DexCompilationUnit(CompilationUnit* cu);
38 DexCompilationUnit(CompilationUnit* cu, jobject class_loader, ClassLinker* class_linker,

Completed in 368 milliseconds

1 23 4 5 6 7 8