MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / getStructElementType

Method getStructElementType

lib/llvm/llvm.h:620–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618 return LLVMCountStructElementTypes(Ref);
619 }
620 Type getStructElementType(unsigned int Index) const noexcept {
621 return LLVMStructGetTypeAtIndex(Ref, Index);
622 }
623 Type getPointerTo(unsigned int AddressSpace = 0) const noexcept {
624 return LLVMPointerType(Ref, AddressSpace);
625 }

Callers 1

createArrayPtrLoadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected