Searched refs:Append (Results 151 - 175 of 181) sorted by relevance

12345678

/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp1186 void SymbolContextList::Append(const SymbolContext &sc) { function in class:SymbolContextList
1190 void SymbolContextList::Append(const SymbolContextList &sc_list) { function in class:SymbolContextList
/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc7058 listeners.Append(extra_listener);
7065 // Tests that a listener Append'ed to a TestEventListeners list starts
7067 TEST(TestEventListenersTest, Append) {
7073 listeners.Append(listener);
7124 listeners.Append(new SequenceTestingListener(&vec, "1st"));
7125 listeners.Append(new SequenceTestingListener(&vec, "2nd"));
7126 listeners.Append(new SequenceTestingListener(&vec, "3rd"));
7165 // Although Append passes the ownership of this object to the list,
7171 listeners.Append(listener);
7188 listeners.Append(listene
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp212 support_files.Append(FileSpec());
1761 m_global_aranges_up->Append(GlobalVariableMap::Entry(
1999 sc_list.Append(sc);
2008 sc_list.Append(sc);
2014 sc_list.Append(sc);
2275 sc_list.Append(sc);
H A DDWARFASTParserClang.cpp3563 src_name_to_die_artificial.Append(src_const_name, src_die);
3565 src_name_to_die.Append(src_const_name, src_die);
3582 dst_name_to_die_artificial.Append(dst_const_name, dst_die);
3584 dst_name_to_die.Append(dst_const_name, dst_die);
H A DDWARFUnit.cpp964 ranges.Append(DWARFRangeList::Entry(llvm_range.LowPC,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp355 compile_unit_list.Append(remapped_file);
1402 m_images.Append(executable_sp,
1577 my_module_list.Append(module_sp);
1587 my_module_list.Append(module_sp);
2085 m_images.Append(module_sp, notify);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp623 m_option_group.Append(&m_format_options,
626 m_option_group.Append(&m_command_options);
2689 m_option_group.Append(&m_command_options);
H A DCommandObjectThread.cpp539 m_all_options.Append(&m_class_options, LLDB_OPT_SET_1 | LLDB_OPT_SET_2,
542 m_all_options.Append(&m_options);
H A DCommandObjectCommands.cpp394 m_option_group.Append(&m_command_options);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1409 resume_actions.Append(action);
1572 thread_actions.Append(thread_action);
2735 actions.Append(action);
H A DProcessGDBRemote.cpp4836 new_modules.Append(module_sp);
4857 removed_modules.Append(loaded_module);
5128 m_option_group.Append(&m_num_packets, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
5129 m_option_group.Append(&m_max_send, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
5130 m_option_group.Append(&m_max_recv, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
5131 m_option_group.Append(&m_json, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1153 support_files.Append(spec);
1230 sc_list.Append(sc);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1140 "Cannot specify both 'CreateNew' and 'Append' file creation flags!");
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp725 m_platform_list.Append(default_platform_sp, true);
H A DDisassembler.cpp1096 void InstructionList::Append(lldb::InstructionSP &inst_sp) { function in class:InstructionList
H A DIOHandlerCursesGUI.cpp2454 local_values.Append(synthetic_value_sp);
2456 local_values.Append(value_sp);
2501 value_list.Append(
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1625 module_spec_list.Append(module_file_spec);
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1141 void Append(TestEventListener* listener);
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1418 m_opaque_sp->GetPlatformList().Append(platform_sp, make_selected);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp1287 m_instruction_list.Append(inst_sp);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1130 sc_list.Append(candidate_sc);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1353 case Module::Append: {
1440 // Append the module inline asm string.
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp610 specs.Append(spec);
949 m_filespec_up->Append(file_spec);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2546 // Append the new entries to the existing cache.
2670 m_arguments->Append(exception);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1037 // The one-liner failed. Append the error message.
1590 result->Append(valobj_sp);

Completed in 281 milliseconds

12345678