Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2498 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local
2500 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()
2501 outs() << "(date: \"" << RawLastModified in printArchiveChild()
H A DMachODump.cpp2259 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local
2262 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()
2263 outs() << "(date: \"" << RawLastModified in printArchiveChild()
2273 outs() << RawLastModified << " "; in printArchiveChild()