Home
last modified time | relevance | path

Searched refs:m_after_file_commands (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/tools/driver/
DDriver.h75 std::vector<InitialCmdEntry> m_after_file_commands; member
DDriver.cpp129 command_set = &(m_after_file_commands); in AddInitialCommand()
160 command_set = &m_option_data.m_after_file_commands; in WriteCommandsForSourcing()
569 } else if (!m_option_data.m_after_file_commands.empty()) { in MainLoop()