HomeSort by relevance Sort by last modified time
    Searched refs:ReflectionState (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/slang/
slang_rs_reflection_state.h 41 // class ReflectionState
87 // ReflectionState::Tentative (see that class for more information)
95 // that entities be presented to ReflectionState (via begin*() or
101 // particular slot). ReflectionState generally builds up an array of
112 // Therefore, ReflectionState builds up a map of Records.
120 // before slot assignment). Therefore, ReflectionState builds up
125 class ReflectionState {
132 ReflectionState() :
139 ~ReflectionState();
141 ReflectionState(const ReflectionState &) = delete
    [all...]
slang_rs_reflection_state.cpp 60 ReflectionState::~ReflectionState() {
65 void ReflectionState::openJava32(size_t NumFiles) {
74 void ReflectionState::closeJava32() {
82 void ReflectionState::openJava64() {
90 void ReflectionState::closeJava64() {
98 llvm::StringRef ReflectionState::canon(const std::string &String) {
104 std::string ReflectionState::getUniqueTypeName(const RSExportType *T) {
108 void ReflectionState::nextFile(const RSContext *RSC,
135 void ReflectionState::dump()
    [all...]
slang_rs_reflection.h 45 ReflectionState *mState;
226 void genConstantArrayTypeExportVariable(const RSExportVar *EV, ReflectionState::Val32 AllocSize32);
227 void genRecordTypeExportVariable(const RSExportVar *EV, ReflectionState::Val32 AllocSize32);
231 ReflectionState::Val32 AllocSize32 = ReflectionState::NoVal32());
283 ReflectionState::Val32 AllocSize32);
304 size_t Val, ReflectionState::Val32 Val32);
313 ReflectionState *RState);
slang.h 71 class ReflectionState;
287 ReflectionState *Reflection);
slang_rs_reflection.cpp 79 static void genCheck64BitInternal(const RSContext *Context, ReflectionState *State,
89 ReflectionState *RState);
99 void genAddPadding(int PaddingSize, ReflectionState::Val32 Field32PaddingSize);
118 ReflectionState *mState;
404 size_t Val, ReflectionState::Val32 Val32) {
425 static void genCheck64BitInternal(const RSContext *Context, ReflectionState *State,
499 ReflectionState *RState)
641 // Keep this in sync with initialization handling in ReflectionState::declareVariable().
863 const ReflectionState::Val32
    [all...]
llvm-rs-cc.cpp 271 slang::ReflectionState Reflection;
slang.cpp 574 ReflectionState *RState) {
644 ReflectionState::Tentative TentativeRState(RState);

Completed in 74 milliseconds