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.h138 static bool supportedTarget(const Triple &TT);
H A DELFNixPlatform.h219 static bool supportedTarget(const Triple &TT);
H A DMachOPlatform.h301 static bool supportedTarget(const Triple &TT);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp163 if (!supportedTarget(ES.getTargetTriple())) in Create()
372 bool COFFPlatform::supportedTarget(const Triple &TT) { in supportedTarget() function in llvm::orc::COFFPlatform
H A DELFNixPlatform.cpp212 if (!supportedTarget(ES.getTargetTriple())) in Create()
362 bool ELFNixPlatform::supportedTarget(const Triple &TT) { in supportedTarget() function in llvm::orc::ELFNixPlatform
H A DMachOPlatform.cpp289 if (!supportedTarget(ES.getTargetTriple())) in Create()
439 bool MachOPlatform::supportedTarget(const Triple &TT) { in supportedTarget() function in llvm::orc::MachOPlatform