Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h192 virtual StringRef getStringOffsetDWOSection() = 0;
281 StringRef getStringOffsetDWOSection() override { in getStringOffsetDWOSection() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp222 !getStringOffsetDWOSection().empty()) { in dump()
224 DataExtractor strOffsetExt(getStringOffsetDWOSection(), isLittleEndian(), in dump()
227 uint64_t size = getStringOffsetDWOSection().size(); in dump()
DDWARFUnit.cpp29 C.getStringDWOSection(), C.getStringOffsetDWOSection(), in parseDWO()