Lines Matching refs:Program
21 unsigned Program::getOrCreateNativePointer(const void *Ptr) { in getOrCreateNativePointer()
32 const void *Program::getNativePointer(unsigned Idx) { in getNativePointer()
36 unsigned Program::createGlobalString(const StringLiteral *S) { in createGlobalString()
104 Pointer Program::getPtrGlobal(unsigned Idx) const { in getPtrGlobal()
109 std::optional<unsigned> Program::getGlobal(const ValueDecl *VD) { in getGlobal()
129 std::optional<unsigned> Program::getGlobal(const Expr *E) { in getGlobal()
135 std::optional<unsigned> Program::getOrCreateGlobal(const ValueDecl *VD, in getOrCreateGlobal()
147 std::optional<unsigned> Program::getOrCreateDummy(const ValueDecl *VD) { in getOrCreateDummy()
182 std::optional<unsigned> Program::createGlobal(const ValueDecl *VD, in createGlobal()
204 std::optional<unsigned> Program::createGlobal(const Expr *E) { in createGlobal()
215 std::optional<unsigned> Program::createGlobal(const DeclTy &D, QualType Ty, in createGlobal()
247 Function *Program::getFunction(const FunctionDecl *F) { in getFunction()
254 Record *Program::getOrCreateRecord(const RecordDecl *RD) { in getOrCreateRecord()
363 Descriptor *Program::createDescriptor(const DeclTy &D, const Type *Ty, in createDescriptor()