Home
last modified time | relevance | path

Searched refs:Append (Results 1 – 25 of 217) sorted by relevance

123456789

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DRangeMapTest.cpp20 V.Append(0, 1); in TEST()
21 V.Append(5, 1); in TEST()
22 V.Append(6, 1); in TEST()
23 V.Append(10, 9); in TEST()
24 V.Append(15, 1); in TEST()
25 V.Append(20, 9); in TEST()
26 V.Append(21, 9); in TEST()
33 V.Append(0, 20); in TEST()
34 V.Append(5, 1); in TEST()
35 V.Append(10, 1); in TEST()
[all …]
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/serialize/
H A DTestBreakpointSerialization.py191 source_bps.Append(bkpt)
198 source_bps.Append(bkpt)
200 source_bps.Append(bkpt)
202 source_bps.Append(bkpt)
223 source_bps.Append(bkpt)
232 source_bps.Append(bkpt)
237 source_bps.Append(bkpt)
276 all_bps.Append(bkpt)
288 all_bps.Append(bkpt)
297 all_bps.Append(bkpt)
[all …]
/llvm-project-15.0.7/lldb/source/API/
H A DSBValueList.cpp35 void Append(const lldb::SBValue &sb_value) { m_values.push_back(sb_value); } in Append() function in ValueListImpl
37 void Append(const ValueListImpl &list) { in Append() function in ValueListImpl
39 Append(val); in Append()
124 void SBValueList::Append(const SBValue &val_obj) { in Append() function in SBValueList
128 m_opaque_up->Append(val_obj); in Append()
131 void SBValueList::Append(lldb::ValueObjectSP &val_obj_sp) { in Append() function in SBValueList
134 m_opaque_up->Append(SBValue(val_obj_sp)); in Append()
138 void SBValueList::Append(const lldb::SBValueList &value_list) { in Append() function in SBValueList
143 m_opaque_up->Append(*value_list); in Append()
H A DSBMemoryRegionInfoList.cpp37 void Append(const MemoryRegionInfo &sb_region) { in Append() function in MemoryRegionInfoListImpl
41 void Append(const MemoryRegionInfoListImpl &list) { in Append() function in MemoryRegionInfoListImpl
45 Append(val); in Append()
132 void SBMemoryRegionInfoList::Append(SBMemoryRegionInfo &sb_region) { in Append() function in SBMemoryRegionInfoList
135 m_opaque_up->Append(sb_region.ref()); in Append()
138 void SBMemoryRegionInfoList::Append(SBMemoryRegionInfoList &sb_region_list) { in Append() function in SBMemoryRegionInfoList
141 m_opaque_up->Append(*sb_region_list); in Append()
H A DSBSymbolContextList.cpp67 void SBSymbolContextList::Append(SBSymbolContext &sc) { in Append() function in SBSymbolContextList
71 m_opaque_up->Append(*sc); in Append()
74 void SBSymbolContextList::Append(SBSymbolContextList &sc_list) { in Append() function in SBSymbolContextList
78 m_opaque_up->Append(*sc_list); in Append()
H A DSBTypeEnumMember.cpp116 Append(const_cast<SBTypeEnumMemberList &>(rhs).GetTypeEnumMemberAtIndex(i)); in SBTypeEnumMemberList()
138 Append( in operator =()
144 void SBTypeEnumMemberList::Append(SBTypeEnumMember enum_member) { in Append() function in SBTypeEnumMemberList
148 m_opaque_up->Append(enum_member.m_opaque_sp); in Append()
H A DSBModuleSpec.cpp178 void SBModuleSpecList::Append(const SBModuleSpec &spec) { in Append() function in SBModuleSpecList
181 m_opaque_up->Append(*spec.m_opaque_up); in Append()
184 void SBModuleSpecList::Append(const SBModuleSpecList &spec_list) { in Append() function in SBModuleSpecList
187 m_opaque_up->Append(*spec_list.m_opaque_up); in Append()
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/break_in_loaded_dylib/
H A DTestBreakInLoadedDylib.py43 files_list.Append(self.b_spec)
44 files_list.Append(self.main_spec)
45 files_list.Append(lldb.SBFileSpec("I_bet_nobody_has_this_file.cpp"))
48 modules_list.Append(self.lib_spec)
49 modules_list.Append(lldb.SBFileSpec("libI_bet_not_this_one_either.dylib"))
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/scripted_bkpt/
H A DTestScriptedResolver.py90 file_list.Append(lldb.SBFileSpec("main.c"))
96 module_list.Append(lldb.SBFileSpec("a.out"))
114 module_list.Append(lldb.SBFileSpec("noSuchModule"))
120 file_list.Append(lldb.SBFileSpec("noFileOfThisName.xxx"))
126 file_list.Append(lldb.SBFileSpec("no_such_file.xxx"))
132 module_list.Append(lldb.SBFileSpec("NoSuchModule.dylib"))
138 file_list.Append(lldb.SBFileSpec("no_such_file.xxx"))
144 module_list.Append(lldb.SBFileSpec("NoSuchModule.dylib"))
173 module_list.Append(lldb.SBFileSpec("a.out"))
/llvm-project-15.0.7/lldb/unittests/Target/
H A DPathMappingListTest.cpp69 map.Append(".", "/tmp", false); in TEST()
72 map2.Append("", "/tmp", false); in TEST()
78 map.Append("/old", "/new", false); in TEST()
100 map.Append("/", "/new", false); in TEST()
121 map.Append(R"(C:\old)", "/new", false); in TEST()
/llvm-project-15.0.7/lldb/unittests/Core/
H A DUniqueCStringMapTest.cpp39 Map.Append(Foo, NoDefault(42)); in TEST()
60 Map.Append(Foo, 0); in TEST()
61 Map.Append(Foo, 5); in TEST()
62 Map.Append(Foo, -5); in TEST()
/llvm-project-15.0.7/compiler-rt/lib/xray/tests/unit/
H A Dsegmented_array_test.cpp37 ASSERT_NE(data.Append(TestData{0, 0}), nullptr); in TEST()
38 ASSERT_NE(data.Append(TestData{1, 1}), nullptr); in TEST()
46 ASSERT_NE(data.Append(TestData{0, 1}), nullptr); in TEST()
58 ASSERT_NE(data.Append(TestData{I, I + 1}), nullptr); in TEST()
206 auto P = Data.Append({i, &Dummy}); in TEST()
243 auto P = Data->Append({i, &Dummy}); in TEST()
265 auto P = Data->Append({i, &Dummy}); in TEST()
282 auto P = Data->Append({i, &Dummy}); in TEST()
304 auto P = Data->Append({i, &Dummy}); in TEST()
321 ASSERT_NE(A.Append(&I), nullptr); in TEST()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBValueList.h32 void Append(const lldb::SBValue &val_obj);
34 void Append(const lldb::SBValueList &value_list);
56 void Append(lldb::ValueObjectSP &val_obj_sp);
H A DSBMemoryRegionInfoList.h35 void Append(lldb::SBMemoryRegionInfo &region);
37 void Append(lldb::SBMemoryRegionInfoList &region_list);
H A DSBSymbolContextList.h38 void Append(lldb::SBSymbolContext &sc);
40 void Append(lldb::SBSymbolContextList &sc_list);
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp149 static void formatInternal(LinePrinter &Printer, bool Append, Args &&...args) { in formatInternal() argument
150 if (Append) in formatInternal()
259 bool Append) const { in formatFromFileName()
262 formatInternal(Printer, Append, "- (no checksum) {0}", File); in formatFromFileName()
266 formatInternal(Printer, Append, "- ({0}: {1}) {2}", in formatFromFileName()
273 bool Append) const { in formatFromChecksumsOffset()
275 formatInternal(Printer, Append, "(unknown file name offset {0})", Offset); in formatFromChecksumsOffset()
281 formatInternal(Printer, Append, "(unknown file name offset {0})", Offset); in formatFromChecksumsOffset()
288 formatInternal(Printer, Append, "(unknown file name offset {0})", Offset); in formatFromChecksumsOffset()
293 formatInternal(Printer, Append, "{0} (no checksum)", *ExpectedFile); in formatFromChecksumsOffset()
[all …]
/llvm-project-15.0.7/lldb/unittests/Platform/
H A DPlatformTest.cpp84 list.Append(platform_sp, /*set_selected=*/true); in SetHostPlatform()
114 list.Append(selected_platform_sp, /*set_selected=*/true); in TEST_F()
135 list.Append(selected_platform_sp, /*set_selected=*/true); in TEST_F()
147 list.Append(selected_platform_sp, /*set_selected=*/true); in TEST_F()
/llvm-project-15.0.7/llvm/test/Object/
H A Dwasm-invalid-file.yaml3 # Append a new section but truncate the encoding of the section size
13 # Append a section size that extends beyond the end of the file
19 # # Append an section with invalid type (type 0x20, size 0x1, content 0x0)
/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymtab.cpp319 name_to_index.Append(name, value); in InitNameIndexes()
341 name_to_index.Append(name, value); in InitNameIndexes()
348 name_to_index.Append(name, value); in InitNameIndexes()
401 basename_to_index.Append(entry); in RegisterMangledNameEntry()
405 name_to_index.Append(entry); in RegisterMangledNameEntry()
419 method_to_index.Append(entry); in RegisterMangledNameEntry()
427 method_to_index.Append(entry); in RegisterMangledNameEntry()
443 method_to_index.Append(entry); in RegisterBacklogEntry()
447 method_to_index.Append(entry); in RegisterBacklogEntry()
450 basename_to_index.Append(entry); in RegisterBacklogEntry()
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp29 m_map.Append(name, die_ref); in Insert()
86 void NameToDIE::Append(const NameToDIE &other) { in Append() function in NameToDIE
89 m_map.Append(other.m_map.GetCStringAtIndexUnchecked(i), in Append()
110 m_map.Append(ConstString(str), *die_ref); in Decode()
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/source_regexp/
H A DTestSourceRegexBreakpoints.py32 target_files.Append(lldb.SBFileSpec("a.c"))
68 target_files.Append(lldb.SBFileSpec("main.c"))
80 target_files.Append(lldb.SBFileSpec("a.c"))
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBMemoryRegionInfoList.i34 Append (lldb::SBMemoryRegionInfo &region);
37 Append (lldb::SBMemoryRegionInfoList &region_list);
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp78 module_list.Append(module_sp); in OnLoadModule()
92 module_list.Append(module_sp); in OnUnloadModule()
144 module_list.Append(executable); in DidAttach()
164 module_list.Append(executable); in DidLaunch()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp135 specs.Append(module_spec); in GetModuleSpecifications()
139 specs.Append(module_spec); in GetModuleSpecifications()
143 specs.Append(module_spec); in GetModuleSpecifications()
147 specs.Append(module_spec); in GetModuleSpecifications()
/llvm-project-15.0.7/llvm/test/tools/llvm-ar/
H A Dquick-append.test7 ## Append single member:
19 ## Append multiple members:
33 ## Append same member:
47 ## Append without member:

123456789