GetOrCreateLLVMFunction - If the specified mangled name is not in the module, create and return an llvm Function with the specified type. If there is something in the module with the specified name, return it potentially bitcasted to the right type. If D is non-null, it specifies a decl that correspond to this. This is used to set the attributes on the function when it is first created.
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected