Print all resources in this map.

Synopsis

Declared in <llvm/Analysis/DXILResource.h>

void
print(
    raw_ostream& OS,
    DXILResourceTypeMap& DRTM,
    DataLayout const& DL) const;

Parameters

Name

Description

OS

Stream to print to.

DRTM

Type map used to format resource types.

DL

Data layout used when formatting sizes.

Created with MrDocs