Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp44 Interpret(const DWARFLocationEntry &E);
53 DWARFLocationInterpreter::Interpret(const DWARFLocationEntry &E) { in Interpret() function in DWARFLocationInterpreter
135 Expected<std::optional<DWARFLocationExpression>> Loc = Interp.Interpret(E); in dumpLocationList()
176 Expected<std::optional<DWARFLocationExpression>> Loc = Interp.Interpret(E); in visitAbsoluteLocationList()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRInterpreter.h42 static bool Interpret(llvm::Module &module, llvm::Function &function,
/freebsd/sys/dev/iicbus/
H A Dofw_iicbus_if.m34 # Interpret interrupt
H A Diicbus_if.m49 # Interpret interrupt
/freebsd/sys/dev/smbus/
H A Dsmbus_if.m33 # Interpret interrupt
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.cpp208 if (Interpret(State, Result)) { in Run()
H A DInterp.cpp932 bool Interpret(InterpState &S, APValue &Result) { in Interpret() function
H A DInterp.h254 bool Interpret(InterpState &S, APValue &Result);
2514 if (Interpret(S, CallResult)) { in CallVar()
2565 if (Interpret(S, CallResult)) { in Call()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DLLVMUserExpression.cpp119 IRInterpreter::Interpret(*module, *function, args, *m_execution_unit_sp, in DoExecute()
H A DIRInterpreter.cpp684 bool IRInterpreter::Interpret(llvm::Module &module, llvm::Function &function, in Interpret() function in IRInterpreter
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A DOpts.td56 def relative_address : F<"relative-address", "Interpret addresses as addresses relative to the image base">;
/freebsd/sys/dev/ofw/
H A Dofw_if.m235 * @brief Interpret a forth command.
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td457 def target1_rel: F<"target1-rel">, HelpText<"Interpret R_ARM_TARGET1 as R_ARM_REL32">;
459 def target1_abs: F<"target1-abs">, HelpText<"Interpret R_ARM_TARGET1 as R_ARM_ABS32 (default)">;
462 Eq<"target2", "Interpret R_ARM_TARGET2 as <type>, where <type> is one of rel, abs, or got-rel">,
/freebsd/stand/forth/
H A Dmenu.4th1000 \ Interpret a custom frame type for the menu
/freebsd/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/contrib/llvm-project/lldb/source/Commands/
H A DOptions.td389 Desc<"Interpret the expression as a complete translation unit, without "