Home
last modified time | relevance | path

Searched defs:Decode (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.objc/
H A Dobjcdecode.m3 @interface Decode: Object interface
10 @implementation Decode implementation
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DThreadDecoder.cpp40 Expected<DecodedThreadSP> ThreadDecoder::Decode() { in Decode() function in ThreadDecoder
H A DTraceIntelPTMultiCpuDecoder.cpp59 Expected<DecodedThreadSP> TraceIntelPTMultiCpuDecoder::Decode(Thread &thread) { in Decode() function in TraceIntelPTMultiCpuDecoder
H A DTraceIntelPT.cpp179 Expected<DecodedThreadSP> TraceIntelPT::Decode(Thread &thread) { in Decode() function in TraceIntelPT
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDIERef.cpp30 std::optional<DIERef> DIERef::Decode(const DataExtractor &data, in Decode() function in DIERef
H A DNameToDIE.cpp97 bool NameToDIE::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, in Decode() function in NameToDIE
H A DManualDWARFIndex.cpp530 bool ManualDWARFIndex::IndexSet::Decode(const DataExtractor &data, in Decode() function in ManualDWARFIndex::IndexSet
646 bool ManualDWARFIndex::Decode(const DataExtractor &data, in Decode() function in ManualDWARFIndex
/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
H A DMangled.cpp424 bool Mangled::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, in Decode() function in Mangled
H A DDisassembler.cpp1167 size_t PseudoInstruction::Decode(const lldb_private::Disassembler &disassembler, in Decode() function in PseudoInstruction
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DHost.cpp566 WaitStatus WaitStatus::Decode(int wstatus) { in Decode() function in WaitStatus
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymbol.cpp599 bool Symbol::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, in Decode() function in Symbol
H A DSymtab.cpp1294 bool Symtab::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, in Decode() function in Symtab
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h306 inline void OpcodeDecoder::Decode(const uint8_t *Opcodes, off_t Offset, in Decode() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp443 size_t Decode(const lldb_private::Disassembler &disassembler, in Decode() function in InstructionLLVMC
/openbsd-src/sbin/iked/
H A Dsntrup761.c285 static void Decode(uint16 *out,const unsigned char *S,const uint16 *M,long long len) in Decode() function
/openbsd-src/usr.bin/ssh/
H A Dsntrup761.c285 static void Decode(uint16 *out,const unsigned char *S,const uint16 *M,long long len) Decode() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp621 std::optional<DecodeResult> EmulateInstructionRISCV::Decode(uint32_t inst) { in Decode() function in lldb_private::EmulateInstructionRISCV