Home
last modified time | relevance | path

Searched defs:Interp (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp254 Interpreter &Interp; member in clang::InProcessPrintingASTConsumer
292 Interpreter &Interp; member in clang::IncrementalAction
466 auto Interp = std::unique_ptr<Interpreter>( in create() local
499 std::unique_ptr<Interpreter> Interp = std::move(*InterpOrErr); in createWithCUDA() local
H A DValue.cpp130 Interpreter &Interp = getInterpreter(); in Value() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp128 DWARFLocationInterpreter Interp( in dumpLocationList() local
175 DWARFLocationInterpreter Interp(BaseAddr, std::move(LookupAddr)); in visitAbsoluteLocationList() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp125 if (ExecutionEngine *Interp = builder.create()) { in LLVMCreateInterpreterForModule() local