Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.h300 Expected<InputFile *> childToObjectFile(const llvm::object::Archive::Child &c,
H A DInputFiles.cpp2196 auto file = childToObjectFile(c, /*lazy=*/true); in addLazySymbols()
2259 auto file = childToObjectFile(c, /*lazy=*/false); in fetch()
2287 ArchiveFile::childToObjectFile(const llvm::object::Archive::Child &c, in childToObjectFile() function in ArchiveFile