Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2335 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local
2337 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()
2338 outs() << "(date: \"" << RawLastModified in printArchiveChild()
H A DMachODump.cpp1901 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local
1904 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()
1905 outs() << "(date: \"" << RawLastModified in printArchiveChild()
1915 outs() << RawLastModified << " "; in printArchiveChild()