Searched refs:Append (Results 1 - 25 of 131) sorted by relevance

123456

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBValueList.h36 Append (const lldb::SBValue &val_obj);
39 Append (const lldb::SBValueList& value_list);
69 Append (lldb::ValueObjectSP& val_obj_sp);
H A DSBSymbolContextList.h43 Append (lldb::SBSymbolContext &sc);
46 Append (lldb::SBSymbolContextList &sc_list);
H A DSBModuleSpec.h128 Append (const SBModuleSpec &spec);
131 Append (const SBModuleSpecList &spec_list);
H A DSBFileSpecList.h36 Append (const SBFileSpec &sb_file);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBSymbolContextList.cpp72 SBSymbolContextList::Append(SBSymbolContext &sc) function in class:SBSymbolContextList
75 m_opaque_ap->Append(*sc);
79 SBSymbolContextList::Append(SBSymbolContextList &sc_list) function in class:SBSymbolContextList
82 m_opaque_ap->Append(*sc_list);
H A DSBValueList.cpp51 Append (const lldb::SBValue& sb_value) function in class:ValueListImpl
57 Append (const ValueListImpl& list) function in class:ValueListImpl
60 Append (val);
192 SBValueList::Append (const SBValue &val_obj) function in class:SBValueList
195 m_opaque_ap->Append (val_obj);
199 SBValueList::Append (lldb::ValueObjectSP& val_obj_sp) function in class:SBValueList
204 m_opaque_ap->Append (SBValue(val_obj_sp));
209 SBValueList::Append (const lldb::SBValueList& value_list) function in class:SBValueList
214 m_opaque_ap->Append (*value_list);
H A DSBTypeEnumMember.cpp127 Append(const_cast<SBTypeEnumMemberList&>(rhs).GetTypeEnumMemberAtIndex(i));
143 Append(const_cast<SBTypeEnumMemberList&>(rhs).GetTypeEnumMemberAtIndex(i));
149 SBTypeEnumMemberList::Append (SBTypeEnumMember enum_member) function in class:SBTypeEnumMemberList
152 m_opaque_ap->Append (enum_member.m_opaque_sp);
H A DSBModuleSpec.cpp183 SBModuleSpecList::Append (const SBModuleSpec &spec) function in class:SBModuleSpecList
185 m_opaque_ap->Append (*spec.m_opaque_ap);
189 SBModuleSpecList::Append (const SBModuleSpecList &spec_list) function in class:SBModuleSpecList
191 m_opaque_ap->Append (*spec_list.m_opaque_ap);
H A DSBFileSpecList.cpp67 SBFileSpecList::Append (const SBFileSpec &sb_file) function in class:SBFileSpecList
69 m_opaque_ap->Append (sb_file.ref());
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectList.h44 Append (const lldb::ValueObjectSP &val_obj_sp);
47 Append (const ValueObjectList &valobj_list);
H A DFileSpecList.h67 /// Append a FileSpec object to the list.
75 Append (const FileSpec &file);
78 /// Append a FileSpec object if unique.
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DJITLoaderList.h33 Append (const lldb::JITLoaderSP &jit_loader_sp);
H A DPathMappingList.h47 Append (const ConstString &path, const ConstString &replacement, bool notify);
50 Append (const PathMappingList &rhs, bool notify);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIECollection.h28 Append (const DWARFDIE &die);
H A DNameToDIE.cpp35 m_map.Append(name.GetCString(), die_ref);
88 NameToDIE::Append (const NameToDIE& other) function in class:NameToDIE
93 m_map.Append(other.m_map.GetCStringAtIndexUnchecked (i),
H A DDWARFDIECollection.cpp31 DWARFDIECollection::Append (const DWARFDIE &die) function in class:DWARFDIECollection
H A DNameToDIE.h41 Append (const NameToDIE& other);
H A DUniqueDWARFASTType.h99 Append (const UniqueDWARFASTType &entry) function in class:UniqueDWARFASTTypeList
131 m_collection[name.GetCString()].Append (entry);
H A DDWARFDebugAranges.cpp77 m_aranges.Append(RangeToDIE::Entry (descriptor.address, descriptor.length, cu_offset));
131 m_aranges.Append(RangeToDIE::Entry (low_pc, high_pc - low_pc, offset));
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DJITLoader.cpp27 list.Append(std::move(instance_sp));
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld.h44 void Append(SuspendedThreadID thread_id) { function in class:__sanitizer::SuspendedThreadsList
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DDebug.h76 Append (const ResumeAction &action) function in class:lldb_private::ResumeActionList
88 Append (action);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DFileSpecList.cpp51 // Append the "file_spec" to the end of the file spec list.
54 FileSpecList::Append(const FileSpec &file_spec) function in class:FileSpecList
204 matches.Append (path_spec);
H A DValueObjectList.cpp49 ValueObjectList::Append (const ValueObjectSP &val_obj_sp) function in class:ValueObjectList
55 ValueObjectList::Append (const ValueObjectList &valobj_list) function in class:ValueObjectList
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymtab.cpp317 m_name_to_index.Append (entry);
323 m_name_to_index.Append (entry);
349 m_method_to_index.Append (entry);
359 m_method_to_index.Append (entry);
368 mangled_name_to_index.Append (entry);
375 m_basename_to_index.Append(entry);
385 m_name_to_index.Append (entry);
391 m_name_to_index.Append (entry);
401 m_selector_to_index.Append (entry);
407 m_name_to_index.Append (entr
[all...]

Completed in 146 milliseconds

123456