Searched refs:supportedTarget (Results 1 – 4 of 4) sorted by relevance
174 static bool supportedTarget(const Triple &TT);
186 static bool supportedTarget(const Triple &TT);
118 if (!supportedTarget(EPC.getTargetTriple())) in Create()281 bool ELFNixPlatform::supportedTarget(const Triple &TT) { in supportedTarget() function in llvm::orc::ELFNixPlatform
195 if (!supportedTarget(EPC.getTargetTriple())) in Create()324 bool MachOPlatform::supportedTarget(const Triple &TT) { in supportedTarget() function in llvm::orc::MachOPlatform