Home
last modified time | relevance | path

Searched refs:parseDWOUnits (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h97 void parseDWOUnits(bool Lazy = false);
183 parseDWOUnits(); in dwo_info_section_units()
189 parseDWOUnits(); in getDWOUnitsVector()
195 parseDWOUnits(); in dwo_types_section_units()
211 parseDWOUnits(); in dwo_units()
229 parseDWOUnits(); in getNumDWOCompileUnits()
235 parseDWOUnits(); in getNumDWOTypeUnits()
247 parseDWOUnits(); in getDWOUnitAtIndex()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp702 parseDWOUnits(LazyParse); in getTypeUnitForHash()
729 parseDWOUnits(LazyParse); in getDWOCompileUnitForHash()
1103 void DWARFContext::parseDWOUnits(bool Lazy) { in parseDWOUnits() function in DWARFContext