Searched refs:Interpret (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRInterpreter.h42 static bool Interpret(llvm::Module &module, llvm::Function &function,
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp44 Interpret(const DWARFLocationEntry &E);
53 DWARFLocationInterpreter::Interpret(const DWARFLocationEntry &E) { function in class:DWARFLocationInterpreter
135 Expected<std::optional<DWARFLocationExpression>> Loc = Interp.Interpret(E);
176 Expected<std::optional<DWARFLocationExpression>> Loc = Interp.Interpret(E);
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.cpp212 if (Interpret(State, Result)) {
H A DInterp.cpp589 bool Interpret(InterpState &S, APValue &Result) { function in namespace:clang::interp
590 // The current stack frame when we started Interpret().
H A DInterp.h190 bool Interpret(InterpState &S, APValue &Result);
192 /// Interpret a builtin function.
196 /// Interpret an offsetof operation.
1903 if (Interpret(S, CallResult)) {
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DLLVMUserExpression.cpp120 IRInterpreter::Interpret(*module, *function, args, *m_execution_unit_sp,
H A DIRInterpreter.cpp684 bool IRInterpreter::Interpret(llvm::Module &module, llvm::Function &function, function in class:IRInterpreter
702 LLDB_LOGF(log, "Module as passed in to IRInterpreter::Interpret: \n\"%s\"",

Completed in 134 milliseconds