Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h126 void addFile(StringRef path, bool withLOption);
H A DDriver.cpp266 void LinkerDriver::addFile(StringRef path, bool withLOption) { in addFile() argument
339 make<SharedFile>(mbref, withLOption ? path::filename(path) : path); in addFile()