Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp427 Optional<const char *> DbgStr = getAsCString(cu); in dump() local
428 if (DbgStr.hasValue()) { in dump()
431 COS.write_escaped(DbgStr.getValue()); in dump()
438 Optional<const char *> DbgStr = getAsCString(cu); in dump() local
439 if (DbgStr.hasValue()) { in dump()
442 COS.write_escaped(DbgStr.getValue()); in dump()