Attempts to read an IFS interface file from a StringRef buffer.
Declared in <llvm/InterfaceStub/IFSHandler.h>
Expected<std::unique_ptr<IFSStub>>
readIFSFromBuffer(StringRef Buf);
The parsed IFS stub, or an error if parsing fails.
| Name | Description |
|---|---|
| Buf | Buffer containing the IFS text stub to parse. |