Searched refs:supportedTarget (Results 1 – 2 of 2) sorted by relevance
191 static bool supportedTarget(const Triple &TT);
159 if (!supportedTarget(EPC.getTargetTriple())) in Create()268 bool MachOPlatform::supportedTarget(const Triple &TT) { in supportedTarget() function in llvm::orc::MachOPlatform