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

/freebsd-current/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp165 IF->setSwiftABIVersion(O->getSwiftABIVersion());
167 IF->setSwiftABIVersion(getSwiftABIVersion());
244 IF->setSwiftABIVersion(getSwiftABIVersion());
312 IF->setSwiftABIVersion(getSwiftABIVersion());
H A DRecordsSlice.cpp306 File->setSwiftABIVersion(BA.SwiftABI);
H A DTextStub.cpp584 File->setSwiftABIVersion(SwiftABIVersion);
873 File->setSwiftABIVersion(SwiftABIVersion);
H A DTextStubV5.cpp656 F->setSwiftABIVersion(SwiftABI);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h239 void setSwiftABIVersion(uint8_t Version) { SwiftABIVersion = Version; } function in class:llvm::MachO::InterfaceFile

Completed in 116 milliseconds