Searched refs:ReflectionState (Results 1 – 7 of 7) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_reflection_state.cpp | 60 ReflectionState::~ReflectionState() { in ~ReflectionState() 65 void ReflectionState::openJava32(size_t NumFiles) { in openJava32() 74 void ReflectionState::closeJava32() { in closeJava32() 82 void ReflectionState::openJava64() { in openJava64() 90 void ReflectionState::closeJava64() { in closeJava64() 98 llvm::StringRef ReflectionState::canon(const std::string &String) { in canon() 104 std::string ReflectionState::getUniqueTypeName(const RSExportType *T) { in getUniqueTypeName() 108 void ReflectionState::nextFile(const RSContext *RSC, in nextFile() 135 void ReflectionState::dump() { in dump() 237 void ReflectionState::beginForEaches(size_t Count) { in beginForEaches() [all …]
|
D | slang_rs_reflection_state.h | 125 class ReflectionState { 132 ReflectionState() : in ReflectionState() function 139 ~ReflectionState(); 141 ReflectionState(const ReflectionState &) = delete; 142 void operator=(const ReflectionState &) = delete; 215 Tentative(ReflectionState *state) : mState(state) { } in Tentative() 216 ~Tentative() { if (mState) mState->mState = ReflectionState::S_Bad; } in ~Tentative() 224 ReflectionState *mState; 737 friend class ReflectionState; variable
|
D | 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);
|
D | 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) { in genConditionalVal() 425 static void genCheck64BitInternal(const RSContext *Context, ReflectionState *State, in genCheck64BitInternal() 499 ReflectionState *RState) in RSReflectionJava() 863 const ReflectionState::Val32 in genExportVariable() 2025 if (genCreateFieldPacker(ET, FieldPackerName, ReflectionState::NoVal32())) in genMatrixTypeExportVariable() 2039 ReflectionState::Val32 AllocSize32) { in genConstantArrayTypeExportVariable() [all …]
|
D | slang.h | 71 class ReflectionState; variable 287 ReflectionState *Reflection);
|
D | llvm-rs-cc.cpp | 276 slang::ReflectionState Reflection; in main()
|
D | slang.cpp | 574 ReflectionState *RState) { in compile() 644 ReflectionState::Tentative TentativeRState(RState); in compile()
|