Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp140 if ((getSwiftABIVersion() != 0) && (O->getSwiftABIVersion() != 0) && in merge()
141 (getSwiftABIVersion() != O->getSwiftABIVersion())) { in merge()
164 if (getSwiftABIVersion() == 0) in merge()
165 IF->setSwiftABIVersion(O->getSwiftABIVersion()); in merge()
167 IF->setSwiftABIVersion(getSwiftABIVersion()); in merge()
244 IF->setSwiftABIVersion(getSwiftABIVersion()); in remove()
312 IF->setSwiftABIVersion(getSwiftABIVersion()); in extract()
H A DRecordsSlice.cpp305 if (File->getSwiftABIVersion() == 0) in createInterfaceFile()
H A DTextStub.cpp409 SwiftABIVersion = File->getSwiftABIVersion(); in NormalizedTBD()
778 SwiftABIVersion = File->getSwiftABIVersion(); in NormalizedTBD_V4()
H A DTextStubV5.cpp963 TBDKey::ABI, File->getSwiftABIVersion(), 0u); in serializeIF()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h242 uint8_t getSwiftABIVersion() const { return SwiftABIVersion; } in getSwiftABIVersion() function