Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp130 if (getCurrentVersion() != O->getCurrentVersion()) { in merge()
161 IF->setCurrentVersion(getCurrentVersion()); in merge()
242 IF->setCurrentVersion(getCurrentVersion()); in remove()
310 IF->setCurrentVersion(getCurrentVersion()); in extract()
H A DRecordsSlice.cpp301 if (File->getCurrentVersion().empty()) in createInterfaceFile()
H A DTextStub.cpp407 CurrentVersion = PackedVersion(File->getCurrentVersion()); in NormalizedTBD()
776 CurrentVersion = File->getCurrentVersion(); in NormalizedTBD_V4()
H A DTextStubV5.cpp954 TBDKey::Version, File->getCurrentVersion(), PackedVersion(1, 0, 0)); in serializeIF()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h228 PackedVersion getCurrentVersion() const { return CurrentVersion; } in getCurrentVersion() function
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp1869 currentVersion = interface.getCurrentVersion().rawValue(); in DylibFile()