Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp3200 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local
3202 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()
3203 outs() << "(date: \"" << RawLastModified in printArchiveChild()
H A DMachODump.cpp2455 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local
2458 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()
2459 outs() << "(date: \"" << RawLastModified in printArchiveChild()
2469 outs() << RawLastModified << " "; in printArchiveChild()