Searched refs:Interp (Results 1 – 5 of 5) sorted by relevance
83 auto Interp = ExitOnErr(clang::Interpreter::create(std::move(CI))); in main() local85 if (auto Err = Interp->ParseAndExecute(input)) in main()95 if (auto Err = Interp->ParseAndExecute(*Line)) in main()
94 SRCS_MIN+= AST/Interp/Context.cpp95 SRCS_MIN+= AST/Interp/Descriptor.cpp97 SRCS_MIN+= AST/Interp/Frame.cpp98 SRCS_MIN+= AST/Interp/Function.cpp99 SRCS_MIN+= AST/Interp/Interp.cpp104 SRCS_MIN+= AST/Interp/Pointer.cpp105 SRCS_MIN+= AST/Interp/PrimType.cpp106 SRCS_MIN+= AST/Interp/Program.cpp107 SRCS_MIN+= AST/Interp/Record.cpp108 SRCS_MIN+= AST/Interp/Source.cpp[all …]
127 DWARFLocationInterpreter Interp( in dumpLocationList() local135 Expected<Optional<DWARFLocationExpression>> Loc = Interp.Interpret(E); in dumpLocationList()174 DWARFLocationInterpreter Interp(BaseAddr, std::move(LookupAddr)); in visitAbsoluteLocationList() local176 Expected<Optional<DWARFLocationExpression>> Loc = Interp.Interpret(E); in visitAbsoluteLocationList()
190 auto Interp = in create() local194 return std::move(Interp); in create()
125 if (ExecutionEngine *Interp = builder.create()) { in LLVMCreateInterpreterForModule() local126 *OutInterp = wrap(Interp); in LLVMCreateInterpreterForModule()