#include "llvm/Support/MemoryBuffer.h"
#include "llvm/TextAPI/InterfaceFile.h"
#include <algorithm>
#include <string>
#ifndef TEXT_STUB_HELPERS_H
#define TEXT_STUB_HELPERS_H
namespace llvm {
struct ExportedSymbol { … };
ExportedSymbolSeq;
TargetToAttr;
TBDFile;
TBDReexportFile;
inline bool operator<(const ExportedSymbol &LHS, const ExportedSymbol &RHS) { … }
inline bool operator==(const ExportedSymbol &LHS, const ExportedSymbol &RHS) { … }
inline std::string stripWhitespace(std::string S) { … }
inline bool
checkEqualityOnTransform(MachO::InterfaceFile &FileA,
MachO::InterfaceFile &FileB,
void (*Transform)(MachO::InterfaceFile *)) { … }
}
#endif