Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DLinkingContext.h217 virtual llvm::Error handleLoadedFile(File &file) = 0;
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h414 llvm::Error handleLoadedFile(File &file) override;
/freebsd-12.1/contrib/llvm/tools/lld/lib/Core/
H A DResolver.cpp34 if (auto ec = _ctx.handleLoadedFile(file)) in handleFile()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp1028 llvm::Error MachOLinkingContext::handleLoadedFile(File &file) { in handleLoadedFile() function in lld::MachOLinkingContext