Home
last modified time | relevance | path

Searched defs:decode (Results 1 – 17 of 17) sorted by relevance

/llvm-project/clang/test/AST/
H A Dforeachtemplatized.mm9 void decode(I *p) { function
13 void decode(I *p) { function
/llvm-project/clang/test/Analysis/
H A DPR35418.cpp11 void decode(unsigned width) { in decode() function
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/
H A Dshell.py71 def decode(string): function
/llvm-project/clang/include/clang/Serialization/
H A DSourceLocationEncoding.h136 SourceLocation decode(EncodedTy Encoded) { in decode() function
186 SourceLocationEncoding::decode(RawLocEncoding Encoded, in decode() function
/llvm-project/lldb/unittests/Instruction/RISCV/
H A DTestRISCVEmulator.cpp342 auto decode = this->Decode(i.inst); in TEST_F() local
367 auto decode = this->Decode(i.inst); in TEST_F() local
429 auto decode = this->Decode(i.inst); in TEST_F() local
576 auto decode = this->Decode(i.inst); in TEST_F() local
614 auto decode = this->Decode(i.inst); in TEST_F() local
714 auto decode = this->Decode(FLWInst); in TEST_F() local
738 auto decode = this->Decode(FLDInst); in TEST_F() local
760 auto decode = this->Decode(FMV_X_WInst); in TEST_F() local
774 auto decode = this->Decode(FMV_X_DInst); in TEST_F() local
788 auto decode = this->Decode(FMV_W_XInst); in TEST_F() local
[all …]
/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp180 static llvm::Expected<InlineInfo> decode(DataExtractor &Data, uint64_t &Offset, decode() function
223 llvm::Expected<InlineInfo> InlineInfo::decode(DataExtractor &Data, decode() function in InlineInfo
H A DHeader.cpp64 llvm::Expected<Header> Header::decode(DataExtractor &Data) { in decode() function in Header
H A DFunctionInfo.cpp37 llvm::Expected<FunctionInfo> FunctionInfo::decode(DataExtractor &Data, decode() function in FunctionInfo
H A DLineTable.cpp251 llvm::Expected<LineTable> LineTable::decode(DataExtractor &Data, in decode() function in LineTable
/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUAsmUtils.h43 unsigned decode(unsigned Code) const { return (Code >> Shift) & Mask; } in decode() function
H A DAMDGPUBaseInfo.h360 static ValueType decode(uint64_t Encoded) { return Encoded; } decode() function
373 static std::tuple<typename Fields::ValueType...> decode(uint64_t Encoded) { decode() function
1100 static ValueType decode(uint64_t Encoded) { return Encoded + 1; } decode() function
/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DRISCVInstructions.h303 RISCVInst (*decode)(uint32_t inst); member
/llvm-project/lldb/tools/debugserver/source/
H A DStdStringExtractor.cpp274 int decode = DecodeHexU8(); in GetHexBytesAvail() local
/llvm-project/lldb/source/Utility/
H A DStringExtractor.cpp288 int decode = DecodeHexU8(); in GetHexBytesAvail() local
/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp214 string decode(__int64 x) const { in decode() function in StringTable
/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp123 static InstrUID decode(OpcodeType type, InstructionContext insnContext, in decode() function
/llvm-project/flang/runtime/
H A Dio-stmt.cpp78 const char *decode{InquiryKeywordHashDecode(buffer, sizeof buffer, inquiry)}; BadInquiryKeywordHashCrash() local