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

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

Completed in 74 milliseconds