Home
last modified time | relevance | path

Searched refs:runtimePaths (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DConfig.h208 llvm::SmallVector<llvm::StringRef, 0> runtimePaths; member
H A DWriter.cpp838 for (StringRef path : config->runtimePaths) in createLoadCommands()
H A DDriver.cpp1780 config->runtimePaths = getRuntimePaths(args); in link()
H A DInputFiles.cpp1640 for (StringRef rpath : config->runtimePaths) { in findDylib()