LLVM: llvm::DXILResourceMap Class Reference (original) (raw)

#include "[llvm/Analysis/DXILResource.h](DXILResource%5F8h%5Fsource.html)"

Public Member Functions
iterator begin ()
const_iterator begin () const
iterator end ()
const_iterator end () const
bool empty () const
iterator find (const CallInst *Key)
const_iterator find (const CallInst *Key) const
iterator srv_begin ()
const_iterator srv_begin () const
iterator srv_end ()
const_iterator srv_end () const
iterator_range< iterator > srvs ()
iterator_range< const_iterator > srvs () const
iterator uav_begin ()
const_iterator uav_begin () const
iterator uav_end ()
const_iterator uav_end () const
iterator_range< iterator > uavs ()
iterator_range< const_iterator > uavs () const
iterator cbuffer_begin ()
const_iterator cbuffer_begin () const
iterator cbuffer_end ()
const_iterator cbuffer_end () const
iterator_range< iterator > cbuffers ()
iterator_range< const_iterator > cbuffers () const
iterator sampler_begin ()
const_iterator sampler_begin () const
iterator sampler_end ()
const_iterator sampler_end () const
iterator_range< iterator > samplers ()
iterator_range< const_iterator > samplers () const
call_iterator call_begin ()
call_iterator call_end ()
iterator_range< call_iterator > calls ()
bool hasInvalidCounterDirection () const
LLVM_ABI void print (raw_ostream &OS, DXILResourceTypeMap &DRTM, const DataLayout &DL) const

Definition at line 490 of file DXILResource.h.

const_iterator

iterator

begin() [1/2]

iterator llvm::DXILResourceMap::begin ( ) inline

Definition at line 518 of file DXILResource.h.

Referenced by cbuffer_begin(), cbuffer_begin(), cbuffer_end(), cbuffer_end(), sampler_begin(), sampler_begin(), srv_begin(), srv_begin(), srv_end(), srv_end(), uav_begin(), uav_begin(), uav_end(), and uav_end().

begin() [2/2]

const_iterator llvm::DXILResourceMap::begin ( ) const inline

call_begin()

call_end()

calls()

cbuffer_begin() [1/2]

iterator llvm::DXILResourceMap::cbuffer_begin ( ) inline

cbuffer_begin() [2/2]

const_iterator llvm::DXILResourceMap::cbuffer_begin ( ) const inline

cbuffer_end() [1/2]

iterator llvm::DXILResourceMap::cbuffer_end ( ) inline

cbuffer_end() [2/2]

const_iterator llvm::DXILResourceMap::cbuffer_end ( ) const inline

cbuffers() [1/2]

cbuffers() [2/2]

empty()

bool llvm::DXILResourceMap::empty ( ) const inline

end() [1/2]

iterator llvm::DXILResourceMap::end ( ) inline

end() [2/2]

const_iterator llvm::DXILResourceMap::end ( ) const inline

find() [1/2]

find() [2/2]

hasInvalidCounterDirection()

bool llvm::DXILResourceMap::hasInvalidCounterDirection ( ) const inline

print()

sampler_begin() [1/2]

iterator llvm::DXILResourceMap::sampler_begin ( ) inline

sampler_begin() [2/2]

const_iterator llvm::DXILResourceMap::sampler_begin ( ) const inline

sampler_end() [1/2]

iterator llvm::DXILResourceMap::sampler_end ( ) inline

sampler_end() [2/2]

const_iterator llvm::DXILResourceMap::sampler_end ( ) const inline

samplers() [1/2]

samplers() [2/2]

srv_begin() [1/2]

iterator llvm::DXILResourceMap::srv_begin ( ) inline

srv_begin() [2/2]

const_iterator llvm::DXILResourceMap::srv_begin ( ) const inline

srv_end() [1/2]

iterator llvm::DXILResourceMap::srv_end ( ) inline

srv_end() [2/2]

const_iterator llvm::DXILResourceMap::srv_end ( ) const inline

srvs() [1/2]

srvs() [2/2]

uav_begin() [1/2]

iterator llvm::DXILResourceMap::uav_begin ( ) inline

uav_begin() [2/2]

const_iterator llvm::DXILResourceMap::uav_begin ( ) const inline

uav_end() [1/2]

iterator llvm::DXILResourceMap::uav_end ( ) inline

uav_end() [2/2]

const_iterator llvm::DXILResourceMap::uav_end ( ) const inline

uavs() [1/2]

uavs() [2/2]

DXILResourceAnalysis

DXILResourceWrapperPass


The documentation for this class was generated from the following files: