Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.h75 std::vector<InitialCmdEntry> m_after_file_commands; member
H A DDriver.cpp122 command_set = &(m_after_file_commands); in AddInitialCommand()
153 command_set = &m_option_data.m_after_file_commands; in WriteCommandsForSourcing()
524 } else if (!m_option_data.m_after_file_commands.empty()) { in MainLoop()