Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/
H A DLinkingContext.h111 void setOutputPath(StringRef str) { _outputPath = str; } in setOutputPath() function
/freebsd-13.1/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp449 ctx.setOutputPath(outpath->getValue()); in parse()
451 ctx.setOutputPath("a.out"); in parse()