Home
last modified time | relevance | path

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

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