Searched refs:Append (Results 26 - 50 of 181) sorted by relevance

12345678

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.cpp52 m_aranges.Append(RangeToDIE::Entry(descriptor.address,
77 m_aranges.Append(RangeToDIE::Entry(low_pc, high_pc - low_pc, offset));
H A DDebugNamesDWARFIndex.cpp69 void DebugNamesDWARFIndex::Append(const DebugNames::Entry &entry, function in class:DebugNamesDWARFIndex
95 Append(entry, offsets);
114 Append(*entry_or, offsets);
136 Append(*entry_or, offsets);
192 Append(entry, offsets);
203 Append(entry, offsets);
213 Append(entry, offsets);
258 Append(*entry_or, offsets);
H A DUniqueDWARFASTType.h63 void Append(const UniqueDWARFASTType &entry) { function in class:UniqueDWARFASTTypeList
83 m_collection[name.GetCString()].Append(entry);
H A DDWARFAttribute.cpp28 void DWARFAttributes::Append(const DWARFUnit *cu, dw_offset_t attr_die_offset, function in class:DWARFAttributes
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeEnumMember.cpp123 Append(const_cast<SBTypeEnumMemberList &>(rhs).GetTypeEnumMemberAtIndex(i));
148 Append(
154 void SBTypeEnumMemberList::Append(SBTypeEnumMember enum_member) { function in class:SBTypeEnumMemberList
155 LLDB_RECORD_METHOD(void, SBTypeEnumMemberList, Append,
159 m_opaque_up->Append(enum_member.m_opaque_sp);
225 LLDB_REGISTER_METHOD(void, SBTypeEnumMemberList, Append,
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cpp38 void Append(thread_t thread);
70 suspended_threads_list.Append(threads[i]);
131 void SuspendedThreadsListMac::Append(thread_t thread) { function in class:__sanitizer::SuspendedThreadsListMac
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeEnumMember.i94 Append (SBTypeEnumMember entry);
H A DSBSymbolContextList.i52 Append (lldb::SBSymbolContext &sc);
55 Append (lldb::SBSymbolContextList &sc_list);
H A DSBValueList.i87 Append (const lldb::SBValue &val_obj);
90 Append (const lldb::SBValueList& value_list);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DDebug.h54 void Append(const ResumeAction &action) { function in class:lldb_private::ResumeActionList
61 Append(action);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectList.cpp26 void ValueObjectList::Append(const ValueObjectSP &val_obj_sp) { function in class:ValueObjectList
30 void ValueObjectList::Append(const ValueObjectList &valobj_list) { function in class:ValueObjectList
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeEnumMember.h71 void Append(SBTypeEnumMember entry);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueFileSpecList.h67 m_current_value.Append(value);
H A DOptions.h267 /// Append options from a OptionGroup class.
269 /// Append all options from \a group using the exact same option groups that
275 void Append(OptionGroup *group);
277 /// Append options from a OptionGroup class.
279 /// Append options from \a group that have a usage mask that has any bits in
297 void Append(OptionGroup *group, uint32_t src_mask, uint32_t dst_mask);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp81 module_list.Append(module_sp);
95 module_list.Append(module_sp);
147 module_list.Append(executable);
167 module_list.Append(executable);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DJITLoaderList.cpp20 void JITLoaderList::Append(const JITLoaderSP &jit_loader_sp) { function in class:JITLoaderList
/freebsd-12-stable/contrib/googletest/googletest/samples/
H A Dsample10_unittest.cc136 listeners.Append(new LeakChecker);
/freebsd-12-stable/contrib/googletest/googletest/src/
H A Dgtest-test-part.cc63 void TestPartResultArray::Append(const TestPartResult& result) { function in class:testing::TestPartResultArray
/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgoogletest-shuffle-test_.cc99 listeners.Append(new TestNamePrinter);
H A Dgoogletest-test-part-test.cc199 // after one Append() operation.
202 results.Append(r1_);
208 // after two Append() operations.
211 results.Append(r1_);
212 results.Append(r2_);
224 results.Append(r1_);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp283 m_name_to_index.Append(name, value);
290 m_name_to_index.Append(stripped, value);
303 m_name_to_index.Append(name, value);
310 m_name_to_index.Append(name, value);
317 m_selector_to_index.Append(objc_method.GetSelector(), value);
321 m_name_to_index.Append(objc_method_no_category, value);
360 m_basename_to_index.Append(entry);
363 m_name_to_index.Append(entry);
375 m_method_to_index.Append(entry);
383 m_method_to_index.Append(entr
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DUniqueCStringMap.h38 void Append(ConstString unique_cstr, const T &value) { function in class:lldb_private::UniqueCStringMap
42 void Append(const Entry &e) { m_map.push_back(e); } function in class:lldb_private::UniqueCStringMap
151 // UniqueCStringMap::Append() (which should be followed by a call to
161 // my_map.Append (UniqueCStringMap::Entry(GetName(...), GetValue(...)));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFileSpecList.cpp73 m_current_value.Append(file);
92 m_current_value.Append(file);
H A DOptionValuePathMappings.cpp71 m_path_mappings.Append(a, b, m_notify_changes);
108 m_path_mappings.Append(a, b, m_notify_changes);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp184 instruction_list.Append(prev_insn);
203 instruction_list.Append(prev_insn);

Completed in 116 milliseconds

12345678