Home
last modified time | relevance | path

Searched refs:setOutputPath (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() function
/external/llvm-project/lld/lib/Driver/
DDarwinLdDriver.cpp449 ctx.setOutputPath(outpath->getValue()); in parse()
451 ctx.setOutputPath("a.out"); in parse()