Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DLinkingContext.h112 void setOutputPath(StringRef str) { _outputPath = str; } in setOutputPath()
185 StringRef outputPath() const { return _outputPath; } in outputPath()
234 StringRef _outputPath; variable
/freebsd-12.1/contrib/llvm/tools/lld/lib/Core/
H A DLinkingContext.cpp28 return this->writer().writeFile(linkedFile, _outputPath); in writeFile()