Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachOLinkingContext.cpp906 _dependencyInfo = std::unique_ptr<llvm::raw_fd_ostream>( in createDependencyFile()
909 _dependencyInfo.reset(); in createDependencyFile()
913 addDependencyInfoHelper(_dependencyInfo.get(), 0x00, "lld" /*FIXME*/); in createDependencyFile()
918 addDependencyInfoHelper(_dependencyInfo.get(), 0x10, path); in addInputFileDependency()
922 addDependencyInfoHelper(_dependencyInfo.get(), 0x11, path); in addInputFileNotFound()
926 addDependencyInfoHelper(_dependencyInfo.get(), 0x40, path); in addOutputFileDependency()
/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h496 std::unique_ptr<llvm::raw_fd_ostream> _dependencyInfo; variable