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

Method LLString

ir/types/types.go:692–694  ·  view source on GitHub ↗

LLString returns the LLVM syntax representation of the definition of the type. 'metadata'

()

Source from the content-addressed store, hash-verified

690//
691// 'metadata'
692func (t *MetadataType) LLString() string {
693 return "metadata"
694}
695
696// Name returns the type name of the type.
697func (t *MetadataType) Name() string {

Callers 1

StringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected