Lines Matching refs:Program
22 unsigned Program::getOrCreateNativePointer(const void *Ptr) { in getOrCreateNativePointer()
33 const void *Program::getNativePointer(unsigned Idx) { in getNativePointer()
37 unsigned Program::createGlobalString(const StringLiteral *S) { in createGlobalString()
100 Pointer Program::getPtrGlobal(unsigned Idx) { in getPtrGlobal()
105 std::optional<unsigned> Program::getGlobal(const ValueDecl *VD) { in getGlobal()
129 std::optional<unsigned> Program::getOrCreateGlobal(const ValueDecl *VD, in getOrCreateGlobal()
141 std::optional<unsigned> Program::getOrCreateDummy(const ValueDecl *VD) { in getOrCreateDummy()
160 std::optional<unsigned> Program::createGlobal(const ValueDecl *VD, in createGlobal()
182 std::optional<unsigned> Program::createGlobal(const Expr *E) { in createGlobal()
186 std::optional<unsigned> Program::createGlobal(const DeclTy &D, QualType Ty, in createGlobal()
214 Function *Program::getFunction(const FunctionDecl *F) { in getFunction()
221 Record *Program::getOrCreateRecord(const RecordDecl *RD) { in getOrCreateRecord()
313 Descriptor *Program::createDescriptor(const DeclTy &D, const Type *Ty, in createDescriptor()