Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h215 virtual StringRef getStringOffsetDWOSection() = 0;
313 StringRef getStringOffsetDWOSection() override { in getStringOffsetDWOSection() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp247 !getStringOffsetDWOSection().empty()) { in dump()
249 DataExtractor strOffsetExt(getStringOffsetDWOSection(), isLittleEndian(), in dump()
252 uint64_t size = getStringOffsetDWOSection().size(); in dump()
DDWARFUnit.cpp30 C.getStringDWOSection(), C.getStringOffsetDWOSection(), in parseDWO()