Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/Core/
DLinkingContext.h111 void setOutputPath(StringRef str) { _outputPath = str; } in setOutputPath()
184 StringRef outputPath() const { return _outputPath; } in outputPath()
233 StringRef _outputPath; variable
/external/llvm-project/lld/lib/Core/
DLinkingContext.cpp27 return this->writer().writeFile(linkedFile, _outputPath); in writeFile()