search for: resource_iterator

Displaying 1 result from an estimated 1 matches for "resource_iterator".

2018 Nov 01
2
RFC: System (cache, etc.) model for LLVM
.../ defines a static array of TargetExecutionResourceInfo objects that > /// represent all of the execution resources that the target has. As > /// such, we simply have to track a pointer to this array. > /// > class TargetExecutionEngineInfo { > public: > typedef ... resource_iterator; > > //===--------------------------------------------------------------------===// > // Resource Information > // > > /// getResource - Get an execution resource by resource ID. > /// > const TargetExecutionResourceInfo &getResource(unsigned Reso...