Home
last modified time | relevance | path

Searched refs:getStringOffsetDWOSection (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFContext.h199 virtual StringRef getStringOffsetDWOSection() = 0;
289 StringRef getStringOffsetDWOSection() override { in getStringOffsetDWOSection() function
/NextBSD/contrib/llvm/lib/DebugInfo/DWARF/
HDDWARFContext.cpp224 !getStringOffsetDWOSection().empty()) { in dump()
226 DataExtractor strOffsetExt(getStringOffsetDWOSection(), isLittleEndian(), in dump()
229 uint64_t size = getStringOffsetDWOSection().size(); in dump()
HDDWARFUnit.cpp29 C.getStringDWOSection(), C.getStringOffsetDWOSection(), in parseDWO()