Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h199 uint64_t sourceVersion() const { return _sourceVersion; } in sourceVersion()
200 void setSourceVersion(uint64_t v) { _sourceVersion = v; } in setSourceVersion()
465 uint64_t _sourceVersion = 0; variable