Home
last modified time | relevance | path

Searched defs:Append (Results 1 – 25 of 46) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValueList.cpp37 void Append(const lldb::SBValue &sb_value) { m_values.push_back(sb_value); } in Append() function in ValueListImpl
39 void Append(const ValueListImpl &list) { in Append() function in ValueListImpl
131 void SBValueList::Append(const SBValue &val_obj) { in Append() function in SBValueList
138 void SBValueList::Append(lldb::ValueObjectSP &val_obj_sp) { in Append() function in SBValueList
145 void SBValueList::Append(const lldb::SBValueList &value_list) { in Append() function in SBValueList
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
132 void SBMemoryRegionInfoList::Append(SBMemoryRegionInfo &sb_region) { in Append() function in SBMemoryRegionInfoList
138 void SBMemoryRegionInfoList::Append(SBMemoryRegionInfoList &sb_region_list) { in Append() function in SBMemoryRegionInfoList
H A DSBSymbolContextList.cpp67 void SBSymbolContextList::Append(SBSymbolContext &sc) { in Append() function in SBSymbolContextList
74 void SBSymbolContextList::Append(SBSymbolContextList &sc_list) { in Append() function in SBSymbolContextList
H A DSBAddressRangeList.cpp64 void SBAddressRangeList::Append(const SBAddressRange &sb_addr_range) { in Append() function in SBAddressRangeList
70 void SBAddressRangeList::Append(const SBAddressRangeList &sb_addr_range_list) { in Append() function in SBAddressRangeList
H A DSBModuleSpec.cpp207 void SBModuleSpecList::Append(const SBModuleSpec &spec) { in Append() function in SBModuleSpecList
213 void SBModuleSpecList::Append(const SBModuleSpecList &spec_list) { in Append() function in SBModuleSpecList
H A DSBFileSpecList.cpp50 void SBFileSpecList::Append(const SBFileSpec &sb_file) { in Append() function in SBFileSpecList
H A DSBTypeEnumMember.cpp144 void SBTypeEnumMemberList::Append(SBTypeEnumMember enum_member) { in Append() function in SBTypeEnumMemberList
/freebsd/contrib/bearssl/T0/
H A DBlobWriter.cs71 internal void Append(byte b) in Append() method in BlobWriter
95 internal void Append(string expr) in Append() method in BlobWriter
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddressRangeListImpl.cpp30 void AddressRangeListImpl::Append(const AddressRange &sb_region) { in Append() function in AddressRangeListImpl
34 void AddressRangeListImpl::Append(const AddressRangeListImpl &list) { in Append() function in AddressRangeListImpl
H A DValueObjectList.cpp25 void ValueObjectList::Append(const ValueObjectSP &val_obj_sp) { in Append() function in ValueObjectList
29 void ValueObjectList::Append(const ValueObjectList &valobj_list) { in Append() function in ValueObjectList
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpecList.h34 void Append(const FileSpec &file) { in Append() function
37 void Append(std::shared_ptr<SupportFile> &&file) { in Append() function
H A DRangeMap.h179 void Append(const Entry &entry) { m_entries.push_back(entry); } in Append() function
181 void Append(B base, S size) { m_entries.emplace_back(base, size); } in Append() function
451 void Append(const Entry &entry) { m_entries.emplace_back(entry); } in Append() function
747 void Append(const Entry &entry) { m_entries.push_back(entry); } in Append() function
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-test-part.cc65 void TestPartResultArray::Append(const TestPartResult& result) { in Append() function in testing::TestPartResultArray
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DJITLoaderList.cpp20 void JITLoaderList::Append(const JITLoaderSP &jit_loader_sp) { in Append() function in JITLoaderList
H A DPathMappingList.cpp62 void PathMappingList::Append(llvm::StringRef path, llvm::StringRef replacement, in Append() function in PathMappingList
71 void PathMappingList::Append(const PathMappingList &rhs, bool notify) { in Append() function in PathMappingList
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.cpp30 void DWARFAttributes::Append(const DWARFFormValue &form_value, Append() function in DWARFAttributes
H A DUniqueDWARFASTType.h65 void Append(const UniqueDWARFASTType &entry) { in Append() function
H A DNameToDIE.cpp86 void NameToDIE::Append(const NameToDIE &other) { Append() function in NameToDIE
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DUniqueCStringMap.h42 void Append(ConstString unique_cstr, const T &value) { in Append() function
46 void Append(const Entry &e) { m_map.push_back(e); } in Append() function
H A DModuleSpec.h308 void Append(const ModuleSpec &spec) { in Append() function
313 void Append(const ModuleSpecList &rhs) { in Append() function
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpecList.cpp23 void FileSpecList::Append(const FileSpec &file_spec) { in Append() function in FileSpecList
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h665 void Append(const lldb::TypeImplSP &type) { m_content.push_back(type); } in Append() function
855 void Append(const lldb::TypeEnumMemberImplSP &type) { in Append() function
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cpp135 void SuspendedThreadsListMac::Append(thread_t thread) { in Append() function in __sanitizer::SuspendedThreadsListMac
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DDebug.h52 void Append(const ResumeAction &action) { in Append() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp755 void OptionGroupOptions::Append(OptionGroup *group) { in Append() function in OptionGroupOptions
772 void OptionGroupOptions::Append(OptionGroup *group, uint32_t src_mask, in Append() function in OptionGroupOptions
784 void OptionGroupOptions::Append( in Append() function in OptionGroupOptions

12