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

Struct CharArray

ir/constant/const_array.go:68–73  ·  view source on GitHub ↗

--- [ Character array constants ] ------------------------------------------- CharArray is an LLVM IR character array constant.

Source from the content-addressed store, hash-verified

66
67// CharArray is an LLVM IR character array constant.
68type CharArray struct {
69 // Array type.
70 Typ *types.ArrayType
71 // Character array contents.
72 X []byte
73}
74
75// NewCharArray returns a new character array constant based on the given
76// character array contents.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected