Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp45 Interpret(const DWARFLocationEntry &E);
54 DWARFLocationInterpreter::Interpret(const DWARFLocationEntry &E) { in Interpret() function in DWARFLocationInterpreter
136 Expected<std::optional<DWARFLocationExpression>> Loc = Interp.Interpret(E); in dumpLocationList()
177 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/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatterBytecode.h56 llvm::Error Interpret(std::vector<ControlStackElement> &control,
H A DTypeSummary.cpp266 llvm::Error error = FormatterBytecode::Interpret( in FormatObject()
H A DFormatterBytecode.cpp184 llvm::Error Interpret(std::vector<ControlStackElement> &control, in Interpret() 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/lldb/source/Expression/
H A DLLVMUserExpression.cpp119 IRInterpreter::Interpret(*module, *function, args, *m_execution_unit_sp, in DoExecute()
H A DIRInterpreter.cpp683 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.td61 def relative_address : F<"relative-address", "Interpret addresses as addresses relative to the imag…
/freebsd/sys/dev/ofw/
H A Dofw_if.m235 * @brief Interpret a forth command.
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DContext.cpp353 if (Interpret(State)) { in Run()
H A DInterp.cpp1460 if (Interpret(S)) { in CallVar()
1541 bool Success = Interpret(S); in Call()
2155 bool Interpret(InterpState &S) { in Interpret() function
H A DInterp.h302 bool Interpret(InterpState &S);
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td481 def target1_rel: F<"target1-rel">, HelpText<"Interpret R_ARM_TARGET1 as R_ARM_REL32">;
483 def target1_abs: F<"target1-abs">, HelpText<"Interpret R_ARM_TARGET1 as R_ARM_ABS32 (default)">;
486 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/llvm-project/lldb/source/Commands/
H A DOptions.td402 Desc<"Interpret the expression as a complete translation unit, without "