Home
last modified time | relevance | path

Searched refs:Interp (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/tools/clang-repl/
H A DClangRepl.cpp83 auto Interp = ExitOnErr(clang::Interpreter::create(std::move(CI))); in main() local
85 if (auto Err = Interp->ParseAndExecute(input)) in main()
95 if (auto Err = Interp->ParseAndExecute(*Line)) in main()
/freebsd-13.1/lib/clang/libclang/
H A DMakefile94 SRCS_MIN+= AST/Interp/Context.cpp
95 SRCS_MIN+= AST/Interp/Descriptor.cpp
97 SRCS_MIN+= AST/Interp/Frame.cpp
98 SRCS_MIN+= AST/Interp/Function.cpp
99 SRCS_MIN+= AST/Interp/Interp.cpp
104 SRCS_MIN+= AST/Interp/Pointer.cpp
105 SRCS_MIN+= AST/Interp/PrimType.cpp
106 SRCS_MIN+= AST/Interp/Program.cpp
107 SRCS_MIN+= AST/Interp/Record.cpp
108 SRCS_MIN+= AST/Interp/Source.cpp
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp127 DWARFLocationInterpreter Interp( in dumpLocationList() local
135 Expected<Optional<DWARFLocationExpression>> Loc = Interp.Interpret(E); in dumpLocationList()
174 DWARFLocationInterpreter Interp(BaseAddr, std::move(LookupAddr)); in visitAbsoluteLocationList() local
176 Expected<Optional<DWARFLocationExpression>> Loc = Interp.Interpret(E); in visitAbsoluteLocationList()
/freebsd-13.1/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp190 auto Interp = in create() local
194 return std::move(Interp); in create()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp125 if (ExecutionEngine *Interp = builder.create()) { in LLVMCreateInterpreterForModule() local
126 *OutInterp = wrap(Interp); in LLVMCreateInterpreterForModule()