Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp165 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.cpp306 File->setSwiftABIVersion(BA.SwiftABI); in createInterfaceFile()
H A DTextStub.cpp584 File->setSwiftABIVersion(SwiftABIVersion); in denormalize()
873 File->setSwiftABIVersion(SwiftABIVersion); in denormalize()
H A DTextStubV5.cpp656 F->setSwiftABIVersion(SwiftABI); in parseToInterfaceFile()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h239 void setSwiftABIVersion(uint8_t Version) { SwiftABIVersion = Version; } in setSwiftABIVersion() function