Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp128 if (getCurrentVersion() != O->getCurrentVersion()) { in merge()
159 IF->setCurrentVersion(getCurrentVersion()); in merge()
243 IF->setCurrentVersion(getCurrentVersion()); in remove()
312 IF->setCurrentVersion(getCurrentVersion()); in extract()
369 if (getCurrentVersion().empty()) in setFromBinaryAttrs()
H A DTextStub.cpp406 CurrentVersion = PackedVersion(File->getCurrentVersion()); in NormalizedTBD()
775 CurrentVersion = File->getCurrentVersion(); in NormalizedTBD_V4()
H A DTextStubV5.cpp1005 TBDKey::Version, File->getCurrentVersion(), PackedVersion(1, 0, 0)); in serializeIF()
/freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h192 PackedVersion getCurrentVersion() const { return CurrentVersion; } in getCurrentVersion() function
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp1902 currentVersion = interface.getCurrentVersion().rawValue(); in DylibFile()