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()
99 Pointer Program::getPtrGlobal(unsigned Idx) { in getPtrGlobal()
104 std::optional<unsigned> Program::getGlobal(const ValueDecl *VD) { in getGlobal()
128 std::optional<unsigned> Program::getOrCreateGlobal(const ValueDecl *VD, in getOrCreateGlobal()
140 std::optional<unsigned> Program::getOrCreateDummy(const ParmVarDecl *PD) { in getOrCreateDummy()
159 std::optional<unsigned> Program::createGlobal(const ValueDecl *VD, in createGlobal()
178 std::optional<unsigned> Program::createGlobal(const Expr *E) { in createGlobal()
182 std::optional<unsigned> Program::createGlobal(const DeclTy &D, QualType Ty, in createGlobal()
210 Function *Program::getFunction(const FunctionDecl *F) { in getFunction()
217 Record *Program::getOrCreateRecord(const RecordDecl *RD) { in getOrCreateRecord()
311 Descriptor *Program::createDescriptor(const DeclTy &D, const Type *Ty, in createDescriptor()