MCPcopy Create free account
hub / github.com/aguinet/dragonffi / getStructType

Method getStructType

lib/dffi_impl.cpp:792–795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

790}
791
792StructType const* CUImpl::getStructType(StringRef Name) const
793{
794 return getCompositeType<StructType>(CompositeTys_, Name);
795}
796
797UnionType const* CUImpl::getUnionType(StringRef Name) const
798{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected