Searched refs:IRInterpreter (Results 1 - 5 of 5) sorted by relevance

/external/lldb/include/lldb/Expression/
H A DIRInterpreter.h1 //===-- IRInterpreter.h -----------------------------------------*- C++ -*-===//
33 /// @class IRInterpreter IRInterpreter.h "lldb/Expression/IRInterpreter.h"
39 /// in the target. The IRInterpreter attempts to do this.
41 class IRInterpreter class
/external/lldb/source/Expression/
H A DAndroid.mk33 IRInterpreter.cpp \
H A DClangExpressionParser.cpp25 #include "lldb/Expression/IRInterpreter.h"
526 can_interpret = IRInterpreter::CanInterpret(*m_execution_unit->GetModule(), *m_execution_unit->GetFunction(), interpret_error);
H A DIRInterpreter.cpp1 //===-- IRInterpreter.cpp ---------------------------------------*- C++ -*-===//
16 #include "lldb/Expression/IRInterpreter.h"
425 IRInterpreter::CanInterpret (llvm::Module &module,
554 IRInterpreter::Interpret (llvm::Module &module,
573 log->Printf("Module as passed in to IRInterpreter::Interpret: \n\"%s\"", s.c_str());
H A DClangUserExpression.cpp33 #include "lldb/Expression/IRInterpreter.h"
843 IRInterpreter::Interpret (*module,

Completed in 1074 milliseconds