Home
last modified time | relevance | path

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

123456789

/freebsd-14.2/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
41 Append(val); in Append()
131 void SBValueList::Append(const SBValue &val_obj) { in Append() function in SBValueList
135 m_opaque_up->Append(val_obj); in Append()
138 void SBValueList::Append(lldb::ValueObjectSP &val_obj_sp) { in Append() function in SBValueList
141 m_opaque_up->Append(SBValue(val_obj_sp)); in Append()
145 void SBValueList::Append(const lldb::SBValueList &value_list) { in Append() function in SBValueList
150 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.cpp207 void SBModuleSpecList::Append(const SBModuleSpec &spec) { in Append() function in SBModuleSpecList
210 m_opaque_up->Append(*spec.m_opaque_up); in Append()
213 void SBModuleSpecList::Append(const SBModuleSpecList &spec_list) { in Append() function in SBModuleSpecList
216 m_opaque_up->Append(*spec_list.m_opaque_up); in Append()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_markup.cpp102 buffer->Append("\n"); in RenderModule()
111 accessBuffer.Append("r"); in RenderMmaps()
113 accessBuffer.Append("w"); in RenderMmaps()
115 accessBuffer.Append("x"); in RenderMmaps()
126 buffer->Append("\n"); in RenderMmaps()
133 buffer->Append("{{{reset}}}\n"); in RenderContext()
H A Dsanitizer_stoptheworld_mac.cpp38 void Append(thread_t thread);
70 suspended_threads_list.Append(threads[i]); in RunThread()
135 void SuspendedThreadsListMac::Append(thread_t thread) { in Append() function in __sanitizer::SuspendedThreadsListMac
/freebsd-14.2/contrib/bearssl/T0/
H A DCodeElement.cs55 bw.Append((byte)val); in EncodeOneByte()
71 bw.Append((byte)x); in Encode7EUnsigned()
95 bw.Append((byte)x); in Encode7ESigned()
H A DConstData.cs146 sb.Append((char)x); in ToString()
149 sb.Append((char)(0xD800 + (x >> 10))); in ToString()
150 sb.Append((char)(0xDC00 + (x & 0x3FF))); in ToString()
195 bw.Append(buf[i]); in Encode()
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-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValueList.h32 void Append(const lldb::SBValue &val_obj);
34 void Append(const lldb::SBValueList &value_list);
83 void Append(lldb::ValueObjectSP &val_obj_sp);
H A DSBSymbolContextList.h38 void Append(lldb::SBSymbolContext &sc);
40 void Append(lldb::SBSymbolContextList &sc_list);
H A DSBMemoryRegionInfoList.h35 void Append(lldb::SBMemoryRegionInfo &region);
37 void Append(lldb::SBMemoryRegionInfoList &region_list);
H A DSBModuleSpec.h113 void Append(const SBModuleSpec &spec);
115 void Append(const SBModuleSpecList &spec_list);
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp150 static void formatInternal(LinePrinter &Printer, bool Append, Args &&...args) { in formatInternal() argument
151 if (Append) in formatInternal()
260 bool Append) const { in formatFromFileName()
263 formatInternal(Printer, Append, "- (no checksum) {0}", File); in formatFromFileName()
267 formatInternal(Printer, Append, "- ({0}: {1}) {2}", in formatFromFileName()
274 bool Append) const { in formatFromChecksumsOffset()
276 formatInternal(Printer, Append, "(unknown file name offset {0})", Offset); in formatFromChecksumsOffset()
282 formatInternal(Printer, Append, "(unknown file name offset {0})", Offset); in formatFromChecksumsOffset()
289 formatInternal(Printer, Append, "(unknown file name offset {0})", Offset); in formatFromChecksumsOffset()
294 formatInternal(Printer, Append, "{0} (no checksum)", *ExpectedFile); in formatFromChecksumsOffset()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpecList.h34 void Append(const FileSpec &file) { in Append() function
35 return Append(std::make_shared<SupportFile>(file)); in Append()
37 void Append(std::shared_ptr<SupportFile> &&file) { in Append() function
127 void Append(const FileSpec &file);
/freebsd-14.2/contrib/llvm-project/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 …]
H A DCompileUnit.cpp273 sc_list.Append(sc); in ResolveSymbolContext()
291 sc_list.Append(sc); in ResolveSymbolContext()
333 sc_list.Append(sc); in ResolveSymbolContext()
350 sc_list.Append(resolved_sc); in ResolveSymbolContext()
365 sc_list.Append(sc); in ResolveSymbolContext()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp31 m_map.Append(name, die_ref); in Insert()
87 void NameToDIE::Append(const NameToDIE &other) { in Append() function in NameToDIE
90 m_map.Append(other.m_map.GetCStringAtIndexUnchecked(i), in Append()
111 m_map.Append(ConstString(str), *die_ref); in Decode()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp140 specs.Append(module_spec); in GetModuleSpecifications()
144 specs.Append(module_spec); in GetModuleSpecifications()
148 specs.Append(module_spec); in GetModuleSpecifications()
152 specs.Append(module_spec); in GetModuleSpecifications()
/freebsd-14.2/contrib/googletest/googletest/test/
H A Dgoogletest-test-part-test.cc192 results.Append(r1_); in TEST_F()
201 results.Append(r1_); in TEST_F()
202 results.Append(r2_); in TEST_F()
214 results.Append(r1_); in TEST_F()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectList.h27 void Append(const lldb::ValueObjectSP &val_obj_sp);
29 void Append(const ValueObjectList &valobj_list);
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h270 void Append(OptionGroup *group);
292 void Append(OptionGroup *group, uint32_t src_mask, uint32_t dst_mask);
306 void Append(OptionGroup *group,
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDWIMPrint.cpp43 m_option_group.Append(&m_format_options, in CommandObjectDWIMPrint()
48 m_option_group.Append(&m_expr_options, exclude_expr_options); in CommandObjectDWIMPrint()
49 m_option_group.Append(&m_varobj_options, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1); in CommandObjectDWIMPrint()

123456789