Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DDriver.h76 uint32_t getModTime(llvm::StringRef path);
H A DLTO.cpp147 modTime = getModTime(filePath); in compile()
H A DDriverUtils.cpp304 uint32_t macho::getModTime(StringRef path) { in getModTime() function in macho
H A DDriver.cpp337 newFile = make<ObjFile>(mbref, getModTime(path), ""); in addFile()