I believe with tvmc --help
you can discover them. They are also listed in target_kind.cc.

If you just go though this: Install from Source — tvm 0.21.dev0 documentation you build TVM and runtime by LLVM. Then you start your tutorial to compile the models.
Ah I see. Yeah that is confusing–there are two runtimes: the C++ runtime and C runtime. The C runtime is what you use with microTVM. You have to build the C++ runtime to build the TVM compiler. So you shouldn’t consider this Getting Started step as compiling item #2 (runtime components) for the purposes of running on your microcontroller.

you mean, apart from the above process, you can build the runtime separately by your compiler?
yep