Home
last modified time | relevance | path

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

123456789

/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
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 DSBAddressRangeList.cpp64 void SBAddressRangeList::Append(const SBAddressRange &sb_addr_range) { in Append() function in SBAddressRangeList
67 ref().Append(*sb_addr_range.m_opaque_up); in Append()
70 void SBAddressRangeList::Append(const SBAddressRangeList &sb_addr_range_list) { in Append() function in SBAddressRangeList
73 ref().Append(*sb_addr_range_list.m_opaque_up); 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/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_stacktrace_printer.cpp155 buffer->Append(" "); in MaybeBuildIdToBuffer()
156 buffer->Append("(BuildId: "); in MaybeBuildIdToBuffer()
160 buffer->Append(")"); in MaybeBuildIdToBuffer()
188 buffer->Append("%"); in RenderFrame()
252 buffer->Append("(<unknown module>)"); in RenderFrame()
313 buffer->Append("%"); in RenderData()
342 buffer->Append(")"); in RenderSourceLocation()
H A Dsanitizer_stacktrace_libcdep.cpp66 dedup_token_->Append("--"); in ExtendDedupToken()
68 dedup_token_->Append(stack->info.function); in ExtendDedupToken()
102 output->Append(" <empty stack>\n\n"); in PrintTo()
114 output->Append("\n"); in PrintTo()
201 output.Append("<can't symbolize>"); in __sanitizer_symbolize_pc()
/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
38 Append(range); in Append()
/freebsd/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, "{ in formatFromChecksumsOffset()
[all...]
/freebsd/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()
/freebsd/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 DSBMemoryRegionInfoList.h35 void Append(lldb::SBMemoryRegionInfo &region);
37 void Append(lldb::SBMemoryRegionInfoList &region_list);
H A DSBAddressRangeList.h39 void Append(const lldb::SBAddressRange &addr_range);
41 void Append(const lldb::SBAddressRangeList &addr_range_list);
/freebsd/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/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp331 name_to_index.Append(name, value); in InitNameIndexes()
338 name_to_index.Append(stripped, value); in InitNameIndexes()
353 name_to_index.Append(name, value); in InitNameIndexes()
360 name_to_index.Append(name, value); in InitNameIndexes()
368 selector_to_index.Append(variant.GetName(), value); in InitNameIndexes()
370 name_to_index.Append(variant.GetName(), value); in InitNameIndexes()
372 method_to_index.Append(variant.GetName(), value); in InitNameIndexes()
374 basename_to_index.Append(variant.GetName(), value); in InitNameIndexes()
413 basename_to_index.Append(entry); in RegisterMangledNameEntry()
417 name_to_index.Append(entry); in RegisterMangledNameEntry()
[all …]
/freebsd/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()
90 m_map.Append(other.m_map.GetCStringAtIndexUnchecked(i), in Append()
111 m_map.Append(ConstString(str), *die_ref); in Decode()
86 void NameToDIE::Append(const NameToDIE &other) { Append() function in NameToDIE
/freebsd/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/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp70 error_message_ptr_->Append(msg); in MaybeAppendToErrorMessage()
422 s.Append(row == center_row_beg ? "=>" : " "); in PrintTagInfoAroundAddr()
425 s.Append(row + i == addr ? "[" : " "); in PrintTagInfoAroundAddr()
427 s.Append(row + i == addr ? "]" : " "); in PrintTagInfoAroundAddr()
429 s.Append("\n"); in PrintTagInfoAroundAddr()
459 s.Append(".."); in PrintTagsAroundAddr()
462 s.Append( in PrintTagsAroundAddr()
988 s.Append("Tail contains: "); in ~TailOverwrittenReport()
989 for (uptr i = 0; i < kShadowAlignment - tail_size; i++) s.Append(".. "); in ~TailOverwrittenReport()
991 s.Append("\n"); in ~TailOverwrittenReport()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp54 str.Append(" created by unknown thread\n"); in DescribeThread()
129 str.Append(d.Location()); in PrintHeapChunkAccess()
151 str.Append(d.Default()); in PrintHeapChunkAccess()
248 str.Append(" '"); in PrintAccessAndVarIntersection()
252 str.Append("'"); in PrintAccessAndVarIntersection()
263 str.Append("\n"); in PrintAccessAndVarIntersection()
280 str.Append(d.Location()); in DescribeAddressRelativeToGlobal()
296 str.Append(d.Default()); in DescribeAddressRelativeToGlobal()
/freebsd/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/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/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressRangeListImpl.h35 void Append(const AddressRange &sb_region);
37 void Append(const AddressRangeListImpl &list);

123456789