Home
last modified time | relevance | path

Searched refs:Decode (Results 1 – 25 of 99) sorted by relevance

1234

/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.objc/
H A Dobjcdecode.m3 @interface Decode: Object interface
10 @implementation Decode implementation
20 return "Decode gdb test object";
35 obj = [Decode new];
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp530 bool ManualDWARFIndex::IndexSet::Decode(const DataExtractor &data, in Decode() function in ManualDWARFIndex::IndexSet
534 if (!strtab.Decode(data, offset_ptr)) in Decode()
552 if (!function_basenames.Decode(data, offset_ptr, strtab)) in Decode()
556 if (!function_fullnames.Decode(data, offset_ptr, strtab)) in Decode()
560 if (!function_methods.Decode(data, offset_ptr, strtab)) in Decode()
564 if (!function_selectors.Decode(data, offset_ptr, strtab)) in Decode()
568 if (!objc_class_selectors.Decode(data, offset_ptr, strtab)) in Decode()
572 if (!globals.Decode(data, offset_ptr, strtab)) in Decode()
576 if (!types.Decode(data, offset_ptr, strtab)) in Decode()
580 if (!namespaces.Decode(data, offset_ptr, strtab)) in Decode()
[all …]
H A DManualDWARFIndex.h68 bool Decode(const DataExtractor &data, lldb::offset_t *offset_ptr);
97 bool Decode(const DataExtractor &data, lldb::offset_t *offset_ptr,
H A DNameToDIE.cpp97 bool NameToDIE::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, in Decode() function in NameToDIE
110 if (std::optional<DIERef> die_ref = DIERef::Decode(data, offset_ptr)) in Decode()
H A DNameToDIE.h64 bool Decode(const lldb_private::DataExtractor &data,
H A DDIERef.cpp30 std::optional<DIERef> DIERef::Decode(const DataExtractor &data, in Decode() function in DIERef
H A DDIERef.h76 static std::optional<DIERef> Decode(const lldb_private::DataExtractor &data,
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/
H A DTemplate-Provider-Unicode-Japanese.tml4 abstract: Decode all templates by Unicode::Japanese
26 abstract => 'Decode all templates by Unicode::Japanese',
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDataFileCache.h176 bool Decode(const DataExtractor &data, lldb::offset_t *offset_ptr);
219 bool Decode(const DataExtractor &data, lldb::offset_t *offset_ptr);
H A DMangled.h275 bool Decode(const DataExtractor &data, lldb::offset_t *offset_ptr,
H A DDisassembler.h172 virtual size_t Decode(const Disassembler &disassembler,
370 size_t Decode(const Disassembler &disassembler, const DataExtractor &data,
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp179 Expected<DecodedThreadSP> TraceIntelPT::Decode(Thread &thread) { in Decode() function in TraceIntelPT
185 return storage.multicpu_decoder->Decode(thread); in Decode()
190 return it->second->Decode(); in Decode()
231 if (Expected<DecodedThreadSP> decoded_thread = Decode(thread)) { in CreateNewCursor()
260 Expected<DecodedThreadSP> decoded_thread_sp_or_err = Decode(thread); in DumpTraceInfo()
371 Expected<DecodedThreadSP> decoded_thread_sp_or_err = Decode(thread); in DumpTraceInfoAsJson()
H A DThreadDecoder.h37 llvm::Expected<DecodedThreadSP> Decode();
H A DTraceIntelPTMultiCpuDecoder.h42 llvm::Expected<DecodedThreadSP> Decode(Thread &thread);
H A DThreadDecoder.cpp40 Expected<DecodedThreadSP> ThreadDecoder::Decode() { in Decode() function in ThreadDecoder
H A DTraceIntelPT.h249 llvm::Expected<DecodedThreadSP> Decode(Thread &thread);
/openbsd-src/regress/lib/libcrypto/certs/
H A Dverify_test.go68 block, intermediatesPEM := pem.Decode(bundlePEM)
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDataFileCache.cpp232 bool CacheSignature::Decode(const lldb_private::DataExtractor &data, in Decode() function in CacheSignature
301 bool StringTableReader::Decode(const lldb_private::DataExtractor &data, in Decode() function in StringTableReader
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h73 std::optional<DecodeResult> Decode(uint32_t inst);
/openbsd-src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/lib/Locale/Maketext/
H A DSimple.pm148 my $decode = $args{Decode} || 0;
/openbsd-src/usr.bin/file/magdir/
H A Duuencode24 0 search/1 Decode\ the\ following\ with\ bdeco bencoded News text
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DHost.h50 static WaitStatus Decode(int wstatus);
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymtab.cpp1294 bool Symtab::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, in Decode() function in Symtab
1301 if (!signature.Decode(data, offset_ptr)) in Decode()
1308 if (!strtab.Decode(data, offset_ptr)) in Decode()
1324 if (!m_symbols[i].Decode(data, offset_ptr, sections, strtab)) in Decode()
1359 const bool result = Decode(data, &offset, signature_mismatch); in LoadFromCache()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h66 void Decode(const uint8_t *Opcodes, off_t Offset, size_t Length);
306 inline void OpcodeDecoder::Decode(const uint8_t *Opcodes, off_t Offset, in Decode() function
515 OpcodeDecoder(SW).Decode(Entry, Offset, Length); in PrintOpcodes()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeProcessOpenBSD.cpp88 WaitStatus::Decode(wstatus)); in Launch()
418 WaitStatus wait_status = WaitStatus::Decode(status); in SigchldHandler()

1234