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.cpp3271 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local
3273 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()
3274 outs() << "(date: \"" << RawLastModified in printArchiveChild()
H A DMachODump.cpp2459 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local
2462 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()
2463 outs() << "(date: \"" << RawLastModified in printArchiveChild()
2473 outs() << RawLastModified << " "; in printArchiveChild()