`type_info_of` implementation?

Just curious about how the internals of some of the builtin procedures are implemented

Is there some code I can read about it?

Here’s the implementation for type_info_of().

You can always search for BuiltinProc_xxx in llvm_backend_proc.cpp to see if it generates a runtime call and if so to what proc or dig through the codegen to see what it will inline.

is there some place where i can find how/where this slice of pointers is filled?