Home
last modified time | relevance | path

Searched refs:getModTime (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.h68 uint32_t getModTime(llvm::StringRef path);
H A DLTO.cpp294 modTime = getModTime(filePath); in compile()
H A DDriverUtils.cpp302 uint32_t macho::getModTime(StringRef path) { in getModTime() function in macho
H A DDriver.cpp403 newFile = make<ObjFile>(mbref, getModTime(path), "", isLazy); in addFile()