Searched refs:IFSTarget (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/InterfaceStub/
H A DIFSStub.h64 struct IFSTarget { struct in namespace:llvm::ifs
75 inline bool operator==(const IFSTarget &Lhs, const IFSTarget &Rhs) {
83 inline bool operator!=(const IFSTarget &Lhs, const IFSTarget &Rhs) {
93 IFSTarget Target;
H A DIFSHandler.h60 /// Parse llvm triple string into a IFSTarget struct.
61 IFSTarget parseTriple(StringRef TripleStr);
/freebsd-current/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DIFSHandler.cpp103 template <> struct MappingTraits<IFSTarget> {
104 static void mapping(IO &IO, IFSTarget &Target) {
220 IFSTarget Target = Stub.Target;
279 IFSTarget TargetFromTriple = parseTriple(*Stub.Target.Triple);
304 IFSTarget ifs::parseTriple(StringRef TripleStr) {
306 IFSTarget RetTarget;
H A DIFSStub.cpp56 bool IFSTarget::empty() {

Completed in 182 milliseconds