Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h214 virtual StringRef getStringDWOSection() = 0;
312 StringRef getStringDWOSection() override { return StringDWOSection; } in getStringDWOSection() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp30 C.getStringDWOSection(), C.getStringOffsetDWOSection(), in parseDWO()
DDWARFContext.cpp205 !getStringDWOSection().empty()) { in dump()
207 DataExtractor strDWOData(getStringDWOSection(), isLittleEndian(), 0); in dump()