Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp2755 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local
2757 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()
2758 outs() << "(date: \"" << RawLastModified in printArchiveChild()
DMachODump.cpp2250 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local
2253 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()
2254 outs() << "(date: \"" << RawLastModified in printArchiveChild()
2264 outs() << RawLastModified << " "; in printArchiveChild()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp1506 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local
1509 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()
1510 outs() << "(date: \"%s\" contains non-decimal chars) " << RawLastModified; in printArchiveChild()
1519 outs() << RawLastModified << " "; in printArchiveChild()