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

Method LLString

ir/types/types.go:323–325  ·  view source on GitHub ↗

LLString returns the LLVM syntax representation of the definition of the type. int_type_tok

()

Source from the content-addressed store, hash-verified

321//
322// int_type_tok
323func (t *IntType) LLString() string {
324 return fmt.Sprintf("i%d", t.BitSize)
325}
326
327// Name returns the type name of the type.
328func (t *IntType) Name() string {

Callers 1

StringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected