Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dcall.c18 void Interpret(void) { in Interpret() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp43 Interpret(const DWARFLocationEntry &E);
52 DWARFLocationInterpreter::Interpret(const DWARFLocationEntry &E) { in Interpret() function in DWARFLocationInterpreter
137 Expected<Optional<DWARFLocationExpression>> Loc = Interp.Interpret(E); in dumpLocationList()
178 Expected<Optional<DWARFLocationExpression>> Loc = Interp.Interpret(E); in visitAbsoluteLocationList()
/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DIRInterpreter.h41 static bool Interpret(llvm::Module &module, llvm::Function &function,
/llvm-project-15.0.7/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.h971 bool Interpret(InterpState &S, APValue &Result);
/llvm-project-15.0.7/lldb/source/Expression/
H A DLLVMUserExpression.cpp119 IRInterpreter::Interpret(*module, *function, args, *m_execution_unit_sp, in DoExecute()
H A DIRInterpreter.cpp642 bool IRInterpreter::Interpret(llvm::Module &module, llvm::Function &function, in Interpret() function in IRInterpreter
/llvm-project-15.0.7/llvm/tools/llvm-symbolizer/
H A DOpts.td56 def relative_address : F<"relative-address", "Interpret addresses as addresses relative to the imag…
/llvm-project-15.0.7/lld/ELF/
H A DOptions.td398 def target1_rel: F<"target1-rel">, HelpText<"Interpret R_ARM_TARGET1 as R_ARM_REL32">;
400 def target1_abs: F<"target1-abs">, HelpText<"Interpret R_ARM_TARGET1 as R_ARM_ABS32 (default)">;
403 Eq<"target2", "Interpret R_ARM_TARGET2 as <type>, where <type> is one of rel, abs, or got-rel">,
/llvm-project-15.0.7/lldb/source/Commands/
H A DOptions.td377 Desc<"Interpret the expression as a complete translation unit, without "