Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h150 void addInputFileNotFound(StringRef path) const;
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachOLinkingContext.cpp457 addInputFileNotFound(path); in fileExists()
921 void MachOLinkingContext::addInputFileNotFound(StringRef path) const { in addInputFileNotFound() function in lld::MachOLinkingContext