/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DIERef.cpp | 26 std::optional<DIERef> DIERef::Decode(const DataExtractor &data, Decode() function in DIERef
|
H A D | NameToDIE.cpp | 96 bool NameToDIE::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, Decode() function in NameToDIE
|
H A D | ManualDWARFIndex.cpp | 548 bool ManualDWARFIndex::IndexSet::Decode(const DataExtractor &data, in Decode() function in ManualDWARFIndex::IndexSet 664 bool ManualDWARFIndex::Decode(const DataExtractor &data, in Decode() function in ManualDWARFIndex
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | ThreadDecoder.cpp | 40 Expected<DecodedThreadSP> ThreadDecoder::Decode() { in Decode() function in ThreadDecoder
|
H A D | TraceIntelPTMultiCpuDecoder.cpp | 59 Expected<DecodedThreadSP> TraceIntelPTMultiCpuDecoder::Decode(Thread &thread) { in Decode() function in TraceIntelPTMultiCpuDecoder
|
H A D | TraceIntelPT.cpp | 178 Expected<DecodedThreadSP> TraceIntelPT::Decode(Thread &thread) { in Decode() function in TraceIntelPT
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | DataFileCache.cpp | 232 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 D | Mangled.cpp | 443 bool Mangled::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, in Decode() function in Mangled
|
H A D | Disassembler.cpp | 1170 size_t PseudoInstruction::Decode(const lldb_private::Disassembler &disassembler, in Decode() function in PseudoInstruction
|
/freebsd/sys/kern/ |
H A D | md5c.c | 47 #define Decode memcpy macro 76 Decode (uint32_t *output, const unsigned char *input, unsigned int len) in Decode() function
|
H A D | md4c.c | 276 Decode(UINT4 *output, const unsigned char *input, unsigned int len) in Decode() function
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_ppmd7_private.h | 69 void (*Decode)(void *p, UInt32 start, UInt32 size); member
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Host.cpp | 597 WaitStatus WaitStatus::Decode(int wstatus) { in Decode() function in WaitStatus
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Symbol.cpp | 647 bool Symbol::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, in Decode() function in Symbol
|
H A D | Symtab.cpp | 1303 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 D | ARMEHABIPrinter.h | 306 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 D | DisassemblerLLVMC.cpp | 443 size_t Decode(const lldb_private::Disassembler &disassembler, Decode() function in InstructionLLVMC
|
/freebsd/crypto/openssh/ |
H A D | sntrup761.c | 289 static void Decode(uint16 *out,const unsigned char *S,const uint16 *M,long long len) in Decode() function
|
H A D | ssh_namespace.h | 11 #define Decode Fssh_Decode macro
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
H A D | EmulateInstructionRISCV.cpp | 621 std::optional<DecodeResult> EmulateInstructionRISCV::Decode(uint32_t inst) { in Decode() function in lldb_private::EmulateInstructionRISCV
|