Home
last modified time | relevance | path

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

/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.cpp548 bool ManualDWARFIndex::IndexSet::Decode(const DataExtractor &data, Decode() function in ManualDWARFIndex::IndexSet
664 bool ManualDWARFIndex::Decode(const DataExtractor &data, Decode() function in ManualDWARFIndex
[all...]
/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
/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, Decode() function in StringTableReader
H A DMangled.cpp443 bool Mangled::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, Decode() function in Mangled
H A DDisassembler.cpp1170 size_t PseudoInstruction::Decode(const lldb_private::Disassembler &disassembler, Decode() function in PseudoInstruction
/llvm-project/clang-tools-extra/clangd/unittests/
H A DURITests.cpp52 TEST(PercentEncodingTest, Decode) { in TEST() argument
/llvm-project/lldb/source/Host/common/
H A DHost.cpp597 WaitStatus WaitStatus::Decode(int wstatus) { Decode() function in WaitStatus
/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp647 bool Symbol::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, in Decode() function in Symbol
H A DSymtab.cpp1303 bool Symtab::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, in Decode() function in Symtab
/llvm-project/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h306 inline void OpcodeDecoder::Decode(const uint8_t *Opcodes, off_t Offset, in Decode() function
/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp448 size_t Decode(const lldb_private::Disassembler &disassembler, in Decode() function in InstructionLLVMC
/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