Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCMakeLists.txt13 SOURCE Interp/Opcodes.td
59 Interp/ByteCodeEmitter.cpp
60 Interp/ByteCodeExprGen.cpp
61 Interp/ByteCodeGenError.cpp
62 Interp/ByteCodeStmtGen.cpp
63 Interp/Context.cpp
64 Interp/Descriptor.cpp
65 Interp/Disasm.cpp
66 Interp/EvalEmitter.cpp
67 Interp/Frame.cpp
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/AST/
H A DBUILD.gn6 td_file = "Interp/Opcodes.td"
85 "Interp/ByteCodeEmitter.cpp",
86 "Interp/ByteCodeExprGen.cpp",
87 "Interp/ByteCodeGenError.cpp",
88 "Interp/ByteCodeStmtGen.cpp",
89 "Interp/Context.cpp",
90 "Interp/Descriptor.cpp",
91 "Interp/Disasm.cpp",
92 "Interp/EvalEmitter.cpp",
93 "Interp/Frame.cpp",
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-repl/
H A DClangRepl.cpp80 auto Interp = ExitOnErr(clang::Interpreter::create(std::move(CI))); in main() local
86 if (auto Err = Interp->ParseAndExecute(*Line)) in main()
/netbsd-src/external/apache2/llvm/lib/libclangAST/
H A DMakefile87 .PATH: ${CLANG_SRCDIR}/lib/AST/Interp
99 Interp.cpp \
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DInterpreter.cpp190 auto Interp = in create() local
194 return std::move(Interp); in create()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp125 if (ExecutionEngine *Interp = builder.create()) { in LLVMCreateInterpreterForModule() local
126 *OutInterp = wrap(Interp); in LLVMCreateInterpreterForModule()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DConstantInterpreter.rst35 implemented as generic template methods in ``Interp.h`` and instantiated
H A DClangFormattedStatus.rst327 * - clang/lib/AST/Interp
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-201211700 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-201211700 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.