Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h158 const StringRefVector &searchDirs() const { return _searchDirs; } in searchDirs()
451 StringRefVector _searchDirs; variable
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachOLinkingContext.cpp484 _searchDirs.push_back(path.str().copy(_allocator)); in addModifiedSearchDir()
497 _searchDirs.push_back(libPath); in addModifiedSearchDir()