Searched refs:supportedTarget (Results 1 – 6 of 6) sorted by relevance
138 static bool supportedTarget(const Triple &TT);
219 static bool supportedTarget(const Triple &TT);
301 static bool supportedTarget(const Triple &TT);
163 if (!supportedTarget(ES.getTargetTriple())) in Create()372 bool COFFPlatform::supportedTarget(const Triple &TT) { in supportedTarget() function in llvm::orc::COFFPlatform
212 if (!supportedTarget(ES.getTargetTriple())) in Create()362 bool ELFNixPlatform::supportedTarget(const Triple &TT) { in supportedTarget() function in llvm::orc::ELFNixPlatform
289 if (!supportedTarget(ES.getTargetTriple())) in Create()439 bool MachOPlatform::supportedTarget(const Triple &TT) { in supportedTarget() function in llvm::orc::MachOPlatform