Searched refs:Interpret (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLoc.cpp | 44 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 D | IRInterpreter.h | 42 static bool Interpret(llvm::Module &module, llvm::Function &function,
|
/freebsd/sys/dev/iicbus/ |
H A D | ofw_iicbus_if.m | 34 # Interpret interrupt
|
H A D | iicbus_if.m | 49 # Interpret interrupt
|
/freebsd/sys/dev/smbus/ |
H A D | smbus_if.m | 33 # Interpret interrupt
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Context.cpp | 208 if (Interpret(State, Result)) { in Run()
|
H A D | Interp.cpp | 932 bool Interpret(InterpState &S, APValue &Result) { in Interpret() function
|
H A D | Interp.h | 254 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 D | LLVMUserExpression.cpp | 119 IRInterpreter::Interpret(*module, *function, args, *m_execution_unit_sp, in DoExecute()
|
H A D | IRInterpreter.cpp | 684 bool IRInterpreter::Interpret(llvm::Module &module, llvm::Function &function, in Interpret() function in IRInterpreter
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/ |
H A D | Opts.td | 56 def relative_address : F<"relative-address", "Interpret addresses as addresses relative to the image base">;
|
/freebsd/sys/dev/ofw/ |
H A D | ofw_if.m | 235 * @brief Interpret a forth command.
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Options.td | 457 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 D | menu.4th | 1000 \ Interpret a custom frame type for the menu
|
/freebsd/contrib/diff/doc/ |
H A D | diff.texi | 4133 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 D | Options.td | 389 Desc<"Interpret the expression as a complete translation unit, without "
|