OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DWOTUs
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h
54
std::vector<DWARFUnitSection<DWARFTypeUnit>>
DWOTUs
;
74
/// and store them in
DWOTUs
.
111
return tu_section_iterator_range(
DWOTUs
.begin(),
DWOTUs
.end());
135
return
DWOTUs
.size();
/external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp
110
for (const auto &
DWOTUS
: dwo_type_unit_sections())
111
for (const auto &DWOTU :
DWOTUS
)
416
if (!
DWOTUs
.empty())
419
DWOTUs
.emplace_back();
420
DWOTUs
.back().parseDWO(*this, I.second);
Completed in 254 milliseconds