/external/llvm/tools/lli/ |
Makefile | 17 LINK_COMPONENTS := mcjit jit instrumentation interpreter nativecodegen bitreader asmparser irreader selectiondag native
|
/external/lldb/include/lldb/Interpreter/ |
OptionGroupFormat.h | 17 #include "lldb/Interpreter/Options.h" 18 #include "lldb/Interpreter/OptionValueFormat.h" 19 #include "lldb/Interpreter/OptionValueSInt64.h" 20 #include "lldb/Interpreter/OptionValueUInt64.h" 51 SetOptionValue (CommandInterpreter &interpreter, 56 OptionParsingStarting (CommandInterpreter &interpreter); 117 ParserGDBFormatLetter (CommandInterpreter &interpreter,
|
OptionGroupPlatform.h | 18 #include "lldb/Interpreter/Options.h" 54 SetOptionValue (CommandInterpreter &interpreter, 59 OptionParsingStarting (CommandInterpreter &interpreter); 62 CreatePlatformWithOptions (CommandInterpreter &interpreter,
|
CommandObjectRegexCommand.h | 20 #include "lldb/Interpreter/CommandObject.h" 32 CommandObjectRegexCommand (CommandInterpreter &interpreter,
|
/external/lldb/source/Commands/ |
CommandObjectProcess.cpp | 24 #include "lldb/Interpreter/Args.h" 25 #include "lldb/Interpreter/Options.h" 26 #include "lldb/Interpreter/CommandInterpreter.h" 27 #include "lldb/Interpreter/CommandReturnObject.h" 40 CommandObjectProcessLaunchOrAttach (CommandInterpreter &interpreter, 46 CommandObjectParsed (interpreter, name, help, syntax, flags), 120 CommandObjectProcessLaunch (CommandInterpreter &interpreter) : 121 CommandObjectProcessLaunchOrAttach (interpreter, 127 m_options (interpreter) 389 CommandOptions (CommandInterpreter &interpreter) [all...] |
CommandObjectCommands.cpp | 24 #include "lldb/Interpreter/Args.h" 25 #include "lldb/Interpreter/CommandHistory.h" 26 #include "lldb/Interpreter/CommandInterpreter.h" 27 #include "lldb/Interpreter/CommandObjectRegexCommand.h" 28 #include "lldb/Interpreter/CommandReturnObject.h" 29 #include "lldb/Interpreter/OptionValueBoolean.h" 30 #include "lldb/Interpreter/OptionValueUInt64.h" 31 #include "lldb/Interpreter/Options.h" 32 #include "lldb/Interpreter/ScriptInterpreter.h" 33 #include "lldb/Interpreter/ScriptInterpreterPython.h 1706 ScriptInterpreter *interpreter = data.reader.GetDebugger().GetCommandInterpreter().GetScriptInterpreter(); local [all...] |
CommandCompletions.cpp | 26 #include "lldb/Interpreter/Args.h" 27 #include "lldb/Interpreter/CommandCompletions.h" 28 #include "lldb/Interpreter/CommandInterpreter.h" 55 CommandInterpreter &interpreter, 78 g_common_completions[i].callback (interpreter, 93 CommandInterpreter &interpreter, 104 SourceFileCompleter completer (interpreter, 113 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget(); 303 CommandInterpreter &interpreter, 324 CommandInterpreter &interpreter, [all...] |
CommandObjectWatchpoint.cpp | 24 #include "lldb/Interpreter/CommandInterpreter.h" 25 #include "lldb/Interpreter/CommandReturnObject.h" 26 #include "lldb/Interpreter/CommandCompletions.h" 174 CommandObjectWatchpointList (CommandInterpreter &interpreter) : 175 CommandObjectParsed (interpreter, 179 m_options(interpreter) 200 CommandOptions (CommandInterpreter &interpreter) : 201 Options(interpreter), 358 CommandObjectWatchpointEnable (CommandInterpreter &interpreter) : 359 CommandObjectParsed (interpreter, [all...] |
CommandObjectThread.cpp | 22 #include "lldb/Interpreter/CommandInterpreter.h" 23 #include "lldb/Interpreter/CommandReturnObject.h" 24 #include "lldb/Interpreter/Options.h" 56 CommandOptions (CommandInterpreter &interpreter) : 57 Options(interpreter) 126 CommandObjectThreadBacktrace (CommandInterpreter &interpreter) : 127 CommandObjectParsed (interpreter, 136 m_options(interpreter) 280 CommandOptions (CommandInterpreter &interpreter) : 281 Options (interpreter) [all...] |
CommandObjectFrame.cpp | 29 #include "lldb/Interpreter/Args.h" 30 #include "lldb/Interpreter/CommandInterpreter.h" 31 #include "lldb/Interpreter/CommandReturnObject.h" 32 #include "lldb/Interpreter/Options.h" 33 #include "lldb/Interpreter/OptionGroupFormat.h" 34 #include "lldb/Interpreter/OptionGroupValueObjectDisplay.h" 35 #include "lldb/Interpreter/OptionGroupVariable.h" 61 CommandObjectFrameInfo (CommandInterpreter &interpreter) : 62 CommandObjectParsed (interpreter, 101 CommandOptions (CommandInterpreter &interpreter) [all...] |
CommandObjectRegister.cpp | 22 #include "lldb/Interpreter/Args.h" 23 #include "lldb/Interpreter/CommandInterpreter.h" 24 #include "lldb/Interpreter/CommandReturnObject.h" 25 #include "lldb/Interpreter/Options.h" 26 #include "lldb/Interpreter/OptionGroupFormat.h" 27 #include "lldb/Interpreter/OptionValueArray.h" 28 #include "lldb/Interpreter/OptionValueUInt64.h" 43 CommandObjectRegisterRead (CommandInterpreter &interpreter) : 44 CommandObjectParsed (interpreter, 52 m_option_group (interpreter), [all...] |
CommandObjectTarget.cpp | 20 #include "lldb/Interpreter/Args.h" 30 #include "lldb/Interpreter/CommandInterpreter.h" 31 #include "lldb/Interpreter/CommandReturnObject.h" 32 #include "lldb/Interpreter/Options.h" 33 #include "lldb/Interpreter/OptionGroupArchitecture.h" 34 #include "lldb/Interpreter/OptionGroupBoolean.h" 35 #include "lldb/Interpreter/OptionGroupFile.h" 36 #include "lldb/Interpreter/OptionGroupFormat.h" 37 #include "lldb/Interpreter/OptionGroupVariable.h" 38 #include "lldb/Interpreter/OptionGroupPlatform.h [all...] |
CommandObjectQuit.cpp | 18 #include "lldb/Interpreter/CommandInterpreter.h" 19 #include "lldb/Interpreter/CommandReturnObject.h" 28 CommandObjectQuit::CommandObjectQuit (CommandInterpreter &interpreter) : 29 CommandObjectParsed (interpreter, "quit", "Quit out of the LLDB debugger.", "quit")
|
CommandObjectSettings.cpp | 18 #include "lldb/Interpreter/CommandInterpreter.h" 19 #include "lldb/Interpreter/CommandReturnObject.h" 20 #include "lldb/Interpreter/CommandCompletions.h" 33 CommandObjectSettingsSet (CommandInterpreter &interpreter) : 34 CommandObjectRaw (interpreter, 38 m_options (interpreter) 103 CommandOptions (CommandInterpreter &interpreter) : 104 Options (interpreter), 303 CommandObjectSettingsShow (CommandInterpreter &interpreter) : 304 CommandObjectParsed (interpreter, [all...] |
CommandObjectSyntax.cpp | 18 #include "lldb/Interpreter/Args.h" 19 #include "lldb/Interpreter/Options.h" 21 #include "lldb/Interpreter/CommandInterpreter.h" 22 #include "lldb/Interpreter/CommandReturnObject.h" 23 #include "lldb/Interpreter/CommandObjectMultiword.h" 32 CommandObjectSyntax::CommandObjectSyntax (CommandInterpreter &interpreter) : 33 CommandObjectParsed (interpreter,
|
CommandObjectWatchpointCommand.cpp | 19 #include "lldb/Interpreter/CommandInterpreter.h" 20 #include "lldb/Interpreter/CommandReturnObject.h" 41 CommandObjectWatchpointCommandAdd (CommandInterpreter &interpreter) : 42 CommandObjectParsed (interpreter, 46 m_options (interpreter) 73 single line of Python, that will be passed to the Python interpreter \n\ 75 definitions, they will be passed to the Python interpreter as soon as \n\ 383 CommandOptions (CommandInterpreter &interpreter) : 384 Options (interpreter), 537 // If we are using script language, get the script interpreter [all...] |
/external/lldb/source/Interpreter/ |
OptionGroupFormat.cpp | 12 #include "lldb/Interpreter/OptionGroupFormat.h" 19 #include "lldb/Interpreter/CommandInterpreter.h" 71 OptionGroupFormat::SetOptionValue (CommandInterpreter &interpreter, 128 while (ParserGDBFormatLetter (interpreter, gdb_format_cstr[0], format, byte_size)) 148 ParserGDBFormatLetter (interpreter, m_prev_gdb_format, format, byte_size); 156 ParserGDBFormatLetter (interpreter, m_prev_gdb_size, format, byte_size); 208 OptionGroupFormat::ParserGDBFormatLetter (CommandInterpreter &interpreter, char format_letter, Format &format, uint32_t &byte_size) 221 ExecutionContext exe_ctx(interpreter.GetExecutionContext()); 243 OptionGroupFormat::OptionParsingStarting (CommandInterpreter &interpreter)
|
OptionGroupWatchpoint.cpp | 10 #include "lldb/Interpreter/OptionGroupWatchpoint.h" 17 #include "lldb/Interpreter/Args.h" 71 OptionGroupWatchpoint::SetOptionValue (CommandInterpreter &interpreter, 103 OptionGroupWatchpoint::OptionParsingStarting (CommandInterpreter &interpreter)
|
OptionValueArch.cpp | 12 #include "lldb/Interpreter/OptionValueArch.h" 20 #include "lldb/Interpreter/Args.h" 21 #include "lldb/Interpreter/CommandCompletions.h" 89 OptionValueArch::AutoComplete (CommandInterpreter &interpreter, 98 CommandCompletions::InvokeCommonCompletionCallbacks (interpreter,
|
ScriptInterpreter.cpp | 12 #include "lldb/Interpreter/ScriptInterpreter.h" 21 #include "lldb/Interpreter/CommandReturnObject.h" 22 #include "lldb/Interpreter/ScriptInterpreterPython.h" 28 ScriptInterpreter::ScriptInterpreter (CommandInterpreter &interpreter, lldb::ScriptLanguage script_lang) : 29 m_interpreter (interpreter),
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
toy.ml | 17 (* Run the main "interpreter loop" now. *)
|
/external/valgrind/main/none/tests/ |
shell.stdout.exp | 3 Execute a script with a bad interpreter name
|
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardParser_V21.java | 102 public void addInterpreter(VCardInterpreter interpreter) { 103 mVCardParserImpl.addInterpreter(interpreter);
|
VCardParser_V30.java | 81 public void addInterpreter(VCardInterpreter interpreter) { 82 mVCardParserImpl.addInterpreter(interpreter);
|
VCardParser_V40.java | 69 public void addInterpreter(VCardInterpreter interpreter) { 70 mVCardParserImpl.addInterpreter(interpreter);
|