Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp1488 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local
1491 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()
1492 outs() << "(date: \"%s\" contains non-decimal chars) " << RawLastModified; in printArchiveChild()
1501 outs() << RawLastModified << " "; in printArchiveChild()