Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp2224 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local
2226 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()
2227 outs() << "(date: \"" << RawLastModified in printArchiveChild()
DMachODump.cpp1889 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local
1892 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()
1893 outs() << "(date: \"" << RawLastModified in printArchiveChild()
1903 outs() << RawLastModified << " "; in printArchiveChild()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp1506 StringRef RawLastModified = C.getRawLastModified(); in printArchiveChild() local
1509 if (RawLastModified.getAsInteger(10, Seconds)) in printArchiveChild()
1510 outs() << "(date: \"%s\" contains non-decimal chars) " << RawLastModified; in printArchiveChild()
1519 outs() << RawLastModified << " "; in printArchiveChild()