Searched refs:supportedTarget (Results 1 – 6 of 6) sorted by relevance
141 static bool supportedTarget(const Triple &TT);
196 static bool supportedTarget(const Triple &TT);
186 static bool supportedTarget(const Triple &TT);
119 if (!supportedTarget(EPC.getTargetTriple())) in Create()282 bool ELFNixPlatform::supportedTarget(const Triple &TT) { in supportedTarget() function in llvm::orc::ELFNixPlatform
171 if (!supportedTarget(EPC.getTargetTriple())) in Create()342 bool COFFPlatform::supportedTarget(const Triple &TT) { in supportedTarget() function in llvm::orc::COFFPlatform
281 if (!supportedTarget(EPC.getTargetTriple())) in Create()410 bool MachOPlatform::supportedTarget(const Triple &TT) { in supportedTarget() function in llvm::orc::MachOPlatform