Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFFormValue.cpp424 Optional<const char *> DbgStr = getAsCString(cu); in dump() local
425 if (DbgStr.hasValue()) { in dump()
427 OS.write_escaped(DbgStr.getValue()); in dump()
434 Optional<const char *> DbgStr = getAsCString(cu); in dump() local
435 if (DbgStr.hasValue()) { in dump()
437 OS.write_escaped(DbgStr.getValue()); in dump()