Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp163 IF->setSwiftABIVersion(O->getSwiftABIVersion()); in merge()
165 IF->setSwiftABIVersion(getSwiftABIVersion()); in merge()
245 IF->setSwiftABIVersion(getSwiftABIVersion()); in remove()
314 IF->setSwiftABIVersion(getSwiftABIVersion()); in extract()
374 setSwiftABIVersion(BA.SwiftABI); in setFromBinaryAttrs()
H A DTextStub.cpp583 File->setSwiftABIVersion(SwiftABIVersion); in denormalize()
872 File->setSwiftABIVersion(SwiftABIVersion); in denormalize()
H A DTextStubV5.cpp684 F->setSwiftABIVersion(SwiftABI); in parseToInterfaceFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h203 void setSwiftABIVersion(uint8_t Version) { SwiftABIVersion = Version; } in setSwiftABIVersion() function