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.cpp131 if (getCurrentVersion() != O->getCurrentVersion()) { in merge()
162 IF->setCurrentVersion(getCurrentVersion()); in merge()
243 IF->setCurrentVersion(getCurrentVersion()); in remove()
311 IF->setCurrentVersion(getCurrentVersion()); in extract()
367 if (getCurrentVersion().empty()) in setFromBinaryAttrs()
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/contrib/llvm-project/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h191 PackedVersion getCurrentVersion() const { return CurrentVersion; } in getCurrentVersion() function
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp1873 currentVersion = interface.getCurrentVersion().rawValue(); in DylibFile()