Home
last modified time | relevance | path

Searched refs:Interpret (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp39 Interpret(const DWARFLocationEntry &E);
50 DWARFLocationInterpreter::Interpret(const DWARFLocationEntry &E) { in Interpret() function in DWARFLocationInterpreter
135 Expected<Optional<DWARFLocationExpression>> Loc = Interp.Interpret(E); in dumpLocationList()
176 Expected<Optional<DWARFLocationExpression>> Loc = Interp.Interpret(E); in visitAbsoluteLocationList()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRInterpreter.h41 static bool Interpret(llvm::Module &module, llvm::Function &function,
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.cpp116 if (Interpret(State, Result)) in Run()
H A DInterp.cpp401 bool Interpret(InterpState &S, APValue &Result) { in Interpret() function
H A DInterp.h953 bool Interpret(InterpState &S, APValue &Result);
/freebsd-13.1/sys/dev/smbus/
H A Dsmbus_if.m34 # Interpret interrupt
/freebsd-13.1/sys/dev/iicbus/
H A Diicbus_if.m50 # Interpret interrupt
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DLLVMUserExpression.cpp119 IRInterpreter::Interpret(*module, *function, args, *m_execution_unit_sp, in DoExecute()
H A DIRInterpreter.cpp633 bool IRInterpreter::Interpret(llvm::Module &module, llvm::Function &function, in Interpret() function in IRInterpreter
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A DOpts.td50 def relative_address : F<"relative-address", "Interpret addresses as addresses relative to the imag…
/freebsd-13.1/sys/dev/ofw/
H A Dofw_if.m236 * @brief Interpret a forth command.
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DOptions.td396 def target1_rel: F<"target1-rel">, HelpText<"Interpret R_ARM_TARGET1 as R_ARM_REL32">;
398 def target1_abs: F<"target1-abs">, HelpText<"Interpret R_ARM_TARGET1 as R_ARM_ABS32 (default)">;
401 Eq<"target2", "Interpret R_ARM_TARGET2 as <type>, where <type> is one of rel, abs, or got-rel">,
/freebsd-13.1/stand/forth/
H A Dmenu.4th1001 \ Interpret a custom frame type for the menu
/freebsd-13.1/contrib/diff/doc/
H A Ddiff.texi4133 Interpret the patch file as a context diff. @xref{patch Input}.
4151 Interpret the patch file as an @command{ed} script. @xref{patch Input}.
4188 Interpret the patch file as a normal diff. @xref{patch Input}.
4242 Interpret the patch file as a unified diff. @xref{patch Input}.
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DOptions.td370 Desc<"Interpret the expression as a complete translation unit, without "