Return the resource name from a handle‐from‐binding call.

Synopsis

Declared in <llvm/Analysis/DXILResource.h>

StringRef
getResourceNameFromBindingCall(CallInst* CI);

Description

Accepts either dx_resource_handlefrombinding or dx_resource_handlefromimplicitbinding.

Return Value

The resource name operand as a string reference.

Parameters

Name

Description

CI

The binding call instruction.

Created with MrDocs