Lines Matching refs:Program
20 unsigned Program::getOrCreateNativePointer(const void *Ptr) { in getOrCreateNativePointer()
29 const void *Program::getNativePointer(unsigned Idx) { in getNativePointer()
33 unsigned Program::createGlobalString(const StringLiteral *S, const Expr *Base) { in createGlobalString()
110 Pointer Program::getPtrGlobal(unsigned Idx) const { in getPtrGlobal()
115 std::optional<unsigned> Program::getGlobal(const ValueDecl *VD) { in getGlobal()
135 std::optional<unsigned> Program::getGlobal(const Expr *E) { in getGlobal()
141 std::optional<unsigned> Program::getOrCreateGlobal(const ValueDecl *VD, in getOrCreateGlobal()
153 unsigned Program::getOrCreateDummy(const DeclTy &D) { in getOrCreateDummy()
201 std::optional<unsigned> Program::createGlobal(const ValueDecl *VD, in createGlobal()
234 std::optional<unsigned> Program::createGlobal(const Expr *E) { in createGlobal()
245 std::optional<unsigned> Program::createGlobal(const DeclTy &D, QualType Ty, in createGlobal()
279 Function *Program::getFunction(const FunctionDecl *F) { in getFunction()
286 Record *Program::getOrCreateRecord(const RecordDecl *RD) { in getOrCreateRecord()
395 Descriptor *Program::createDescriptor(const DeclTy &D, const Type *Ty, in createDescriptor()