OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:type_units
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/dwarf2/
read-debug-names.c
123
std::vector<dwarf2_per_cu *>
type_units
;
member in struct:mapped_debug_names_reader
258
if (ull >= this->
type_units
.size ())
267
per_cu = this->
type_units
[ull];
452
/* Build the list of TUs (mapped_debug_names_reader::
type_units
) from the index
488
map.
type_units
.emplace_back (per_cu);
index-write.c
1299
std::vector<const signatured_type *>
type_units
;
local
1303
type_units
.emplace_back (static_cast<const signatured_type *>
1321
std::sort (
type_units
.begin (),
type_units
.end (), by_sect_off);
1323
return {std::move (comp_units), std::move (
type_units
)};
1343
auto [comp_units,
type_units
] = get_unit_lists (*per_bfd);
1368
for (const signatured_type *sig_type :
type_units
)
1427
auto [comp_units,
type_units
] = get_unit_lists (*per_bfd);
1444
for (const auto per_cu :
type_units
)
Completed in 15 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026