Home
last modified time | relevance | path

Searched refs:supportedTarget (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h145 static bool supportedTarget(const Triple &TT);
H A DELFNixPlatform.h189 static bool supportedTarget(const Triple &TT);
H A DMachOPlatform.h297 static bool supportedTarget(const Triple &TT);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp121 if (!supportedTarget(ES.getTargetTriple())) in Create()
248 bool ELFNixPlatform::supportedTarget(const Triple &TT) { in ELFNixPlatform()
237 bool ELFNixPlatform::supportedTarget(const Triple &TT) { supportedTarget() function in llvm::orc::ELFNixPlatform
H A DCOFFPlatform.cpp169 if (!supportedTarget(ES.getTargetTriple())) in Create()
375 bool COFFPlatform::supportedTarget(const Triple &TT) { in supportedTarget() function in llvm::orc::COFFPlatform
H A DMachOPlatform.cpp301 if (!supportedTarget(ES.getTargetTriple())) in Create()
439 bool MachOPlatform::supportedTarget(const Triple &TT) { in supportedTarget() function in llvm::orc::MachOPlatform