Searched refs:Interpret (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | call.c | 18 void Interpret(void) { in Interpret() function
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLoc.cpp | 43 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 D | IRInterpreter.h | 41 static bool Interpret(llvm::Module &module, llvm::Function &function,
|
| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | Context.cpp | 116 if (Interpret(State, Result)) in Run()
|
| H A D | Interp.cpp | 401 bool Interpret(InterpState &S, APValue &Result) { in Interpret() function
|
| H A D | Interp.h | 971 bool Interpret(InterpState &S, APValue &Result);
|
| /llvm-project-15.0.7/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 | 642 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 D | Opts.td | 56 def relative_address : F<"relative-address", "Interpret addresses as addresses relative to the imag…
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Options.td | 398 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 D | Options.td | 377 Desc<"Interpret the expression as a complete translation unit, without "
|