Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h159 const StringRefVector &frameworkDirs() const { return _frameworkDirs; } in frameworkDirs()
453 StringRefVector _frameworkDirs; variable
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachOLinkingContext.cpp512 _frameworkDirs.push_back(path.str().copy(_allocator)); in addFrameworkSearchDir()
527 _frameworkDirs.push_back(fwPath); in addFrameworkSearchDir()