MCPcopy Create free account
hub / github.com/llir/llvm / String

Method String

ir/types/types.go:739–744  ·  view source on GitHub ↗

String returns the string representation of the array type.

()

Source from the content-addressed store, hash-verified

737
738// String returns the string representation of the array type.
739func (t *ArrayType) String() string {
740 if len(t.TypeName) > 0 {
741 return enc.TypeName(t.TypeName)
742 }
743 return t.LLString()
744}
745
746// LLString returns the LLVM syntax representation of the definition of the
747// type.

Callers

nothing calls this directly

Calls 2

LLStringMethod · 0.95
TypeNameFunction · 0.92

Tested by

no test coverage detected