Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h200 void setSourceVersion(uint64_t v) { _sourceVersion = v; } in setSourceVersion() function
/freebsd-12.1/contrib/llvm/tools/lld/lib/Driver/
H A DDarwinLdDriver.cpp946 ctx.setSourceVersion(version); in parse()