Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFContext.h200 virtual StringRef getRangeDWOSection() = 0;
292 StringRef getRangeDWOSection() override { return RangeDWOSection; } in getRangeDWOSection() function
/NextBSD/contrib/llvm/lib/DebugInfo/DWARF/
HDDWARFUnit.cpp28 parseImpl(C, DWOSection, C.getDebugAbbrevDWO(), C.getRangeDWOSection(), in parseDWO()