Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDIERef.cpp27 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.cpp545 bool ManualDWARFIndex::IndexSet::Decode(const DataExtractor &data, in Decode() function in ManualDWARFIndex::IndexSet
661 bool ManualDWARFIndex::Decode(const DataExtractor &data, in Decode() function in ManualDWARFIndex
/freebsd/contrib/llvm-project/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.cpp178 Expected<DecodedThreadSP> TraceIntelPT::Decode(Thread &thread) { in Decode() function in TraceIntelPT
/freebsd/contrib/llvm-project/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.cpp431 bool Mangled::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, in Decode() function in Mangled
H A DDisassembler.cpp1171 size_t PseudoInstruction::Decode(const lldb_private::Disassembler &disassembler, in Decode() function in PseudoInstruction
/freebsd/sys/kern/
H A Dmd5c.c49 #define Decode memcpy macro
78 Decode (uint32_t *output, const unsigned char *input, unsigned int len) in Decode() function
H A Dmd4c.c272 Decode(UINT4 *output, const unsigned char *input, unsigned int len) in Decode() function
/freebsd/lib/libmd/
H A Dmd5c.c52 #define Decode memcpy macro
76 Decode (u_int32_t *output, const unsigned char *input, unsigned int len) in Decode() function
H A Dmd4c.c277 Decode(UINT4 *output, const unsigned char *input, unsigned int len) in Decode() function
/freebsd/contrib/libarchive/libarchive/
H A Darchive_ppmd7_private.h69 void (*Decode)(void *p, UInt32 start, UInt32 size); member
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp564 WaitStatus WaitStatus::Decode(int wstatus) { in Decode() function in WaitStatus
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp651 bool Symbol::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, in Decode() function in Symbol
H A DSymtab.cpp1291 bool Symtab::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, in Decode() function in Symtab
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h306 inline void OpcodeDecoder::Decode(const uint8_t *Opcodes, off_t Offset, in Decode() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp448 size_t Decode(const lldb_private::Disassembler &disassembler, in Decode() function in InstructionLLVMC
/freebsd/crypto/openssh/
H A Dsntrup761.c289 static void Decode(uint16 *out,const unsigned char *S,const uint16 *M,long long len) in Decode() function
H A Dssh_namespace.h11 #define Decode Fssh_Decode macro
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp621 std::optional<DecodeResult> EmulateInstructionRISCV::Decode(uint32_t inst) { in Decode() function in lldb_private::EmulateInstructionRISCV