Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h141 static bool supportedTarget(const Triple &TT);
H A DMachOPlatform.h196 static bool supportedTarget(const Triple &TT);
H A DELFNixPlatform.h186 static bool supportedTarget(const Triple &TT);
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp119 if (!supportedTarget(EPC.getTargetTriple())) in Create()
282 bool ELFNixPlatform::supportedTarget(const Triple &TT) { in supportedTarget() function in llvm::orc::ELFNixPlatform
H A DCOFFPlatform.cpp171 if (!supportedTarget(EPC.getTargetTriple())) in Create()
342 bool COFFPlatform::supportedTarget(const Triple &TT) { in supportedTarget() function in llvm::orc::COFFPlatform
H A DMachOPlatform.cpp281 if (!supportedTarget(EPC.getTargetTriple())) in Create()
410 bool MachOPlatform::supportedTarget(const Triple &TT) { in supportedTarget() function in llvm::orc::MachOPlatform