Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h491 mutable std::vector<std::unique_ptr<File>> _indirectDylibs; variable
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachOLinkingContext.cpp695 _indirectDylibs.push_back(std::move(file)); in loadIndirectDylib()