Home
last modified time | relevance | path

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

123

/llvm-project/lldb/source/API/
H A DSBValueList.cpp37 void Append(const lldb::SBValue &sb_value) { m_values.push_back(sb_value); } Append() function in ValueListImpl
39 void Append(const ValueListImpl &list) { Append() function in ValueListImpl
131 void SBValueList::Append(const SBValue &val_obj) { Append() function in SBValueList
138 void SBValueList::Append(lldb::ValueObjectSP &val_obj_sp) { Append() function in SBValueList
145 void SBValueList::Append(const lldb::SBValueList &value_list) { 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 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 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 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
/llvm-project/lldb/source/Core/
H A DAddressRangeListImpl.cpp30 Append(range); in Append() function in AddressRangeListImpl
34 void AddressRangeListImpl::Append(const AddressRangeListImpl &list) { Append() function in AddressRangeListImpl
H A DValueObjectList.cpp
/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); } Append() function
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-test-part.cc65 void TestPartResultArray::Append(const TestPartResult& result) { in Append() function in testing::TestPartResultArray
/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, Append() function in PathMappingList
71 void PathMappingList::Append(const PathMappingList &rhs, bool notify) { Append() function in PathMappingList
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.cpp31 void DWARFAttributes::Append(const DWARFFormValue &form_value, in Append() function in DWARFAttributes
H A DUniqueDWARFASTType.h61 void Append(const UniqueDWARFASTType &entry) { Append() function
H A DNameToDIE.cpp87 void NameToDIE::Append(const NameToDIE &other) { in Append() function in NameToDIE
/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
/llvm-project/lldb/tools/debugserver/source/
H A DDNBThreadResumeActions.cpp33 void DNBThreadResumeActions::Append(const DNBThreadResumeAction &action) { in Append() function in DNBThreadResumeActions
/llvm-project/flang/runtime/
H A Dfile.h23 enum class Position { AsIs, Rewind, Append }; enumerator
/llvm-project/lldb/include/lldb/Symbol/
H A DType.h665 void Append(const lldb::TypeImplSP &type) { m_content.push_back(type); } Append() function
855 void Append(const lldb::TypeEnumMemberImplSP &type) { Append() function
/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
/llvm-project/lldb/include/lldb/Host/
H A DDebug.h52 void Append(const ResumeAction &action) { in Append() function
/llvm-project/clang-tools-extra/clangd/unittests/support/
H A DMarkupTests.cpp267 TEST(Document, Append) { in TEST() argument

123