Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2150 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local
2152 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()
2153 outs() << "(date: \"" << RawLastModified in printArchiveChild()
H A DMachODump.cpp2237 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local
2240 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()
2241 outs() << "(date: \"" << RawLastModified in printArchiveChild()
2251 outs() << RawLastModified << " "; in printArchiveChild()