Home
last modified time | relevance | path

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

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