Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h250 Hex64 sourceVersion = 0; member
H A DMachONormalizedFileFromAtoms.cpp1613 normFile.sourceVersion = context.sourceVersion(); in normalizedFromAtoms()
H A DMachONormalizedFileYAML.cpp726 io.mapOptional("source-version", file.sourceVersion, Hex64(0)); in mapping()
H A DMachONormalizedFileBinaryWriter.cpp931 sv.version = _file.sourceVersion; in writeLoadCommands()
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h199 uint64_t sourceVersion() const { return _sourceVersion; } in sourceVersion() function