Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h198 uint64_t sourceVersion() const { return _sourceVersion; } in sourceVersion()
199 void setSourceVersion(uint64_t v) { _sourceVersion = v; } in setSourceVersion()
462 uint64_t _sourceVersion = 0; variable