Back, 5 hours later that is. Turns out the answer is that Host.h is not located within llvm/Support, but instead llvm/TargetParser/Host.h, and with that, you can use the llvm::sys::getDefaultTargetTriple().
Host.h
llvm/Support
llvm/TargetParser/Host.h
llvm::sys::getDefaultTargetTriple()