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

Method String

ir/types/types.go:814–819  ·  view source on GitHub ↗

String returns the string representation of the structure type.

()

Source from the content-addressed store, hash-verified

812
813// String returns the string representation of the structure type.
814func (t *StructType) String() string {
815 if len(t.TypeName) > 0 {
816 return enc.TypeName(t.TypeName)
817 }
818 return t.LLString()
819}
820
821// LLString returns the LLVM syntax representation of the definition of the
822// type.

Callers

nothing calls this directly

Calls 2

LLStringMethod · 0.95
TypeNameFunction · 0.92

Tested by

no test coverage detected