| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/support/ |
| H A D | encoded_file.py | 17 def _encoded_read(old_read, encoding): argument 28 def _encoded_write(old_write, encoding): argument 49 encoding, argument
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.cpp | 890 const ARMEncoding encoding) { in EmulatePUSH() 1012 const ARMEncoding encoding) { in EmulatePOP() 1467 const ARMEncoding encoding) { in EmulateMUL() 2734 const ARMEncoding encoding) { in EmulateSVC() 2780 const ARMEncoding encoding) { in EmulateIT() 2792 const ARMEncoding encoding) { in EmulateNop() 2799 const ARMEncoding encoding) { in EmulateB() 2883 const ARMEncoding encoding) { in EmulateCB() 2937 const ARMEncoding encoding) { in EmulateTB() 11616 ARMEncoding encoding) { in EmulateVLDR() [all …]
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | characters.cpp | 38 const STRING &str, bool backslashEscapes, Encoding encoding) { in QuoteCharacterLiteralHelper() 54 const std::string &str, bool backslashEscapes, Encoding encoding) { in QuoteCharacterLiteral() 59 const std::u16string &str, bool backslashEscapes, Encoding encoding) { in QuoteCharacterLiteral() 64 const std::u32string &str, bool backslashEscapes, Encoding encoding) { in QuoteCharacterLiteral() 118 EncodedCharacter EncodeCharacter(Encoding encoding, char32_t ucs) { in EncodeCharacter() 249 DecodedCharacter DecodeCharacter(Encoding encoding, const char *cp, in DecodeCharacter()
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | msp430-reloc.c | 9 short foo(char** data, char encoding) in foo()
|
| /llvm-project-15.0.7/clang/tools/clang-format/ |
| H A D | clang-format.py | 64 def get_buffer(encoding): argument
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | bitfield_encoding.m | 12 const char *encoding = @encode(struct foo); function
|
| /llvm-project-15.0.7/lldb/tools/compact-unwind/ |
| H A D | compact-unwind-dumper.c | 428 uint32_t encoding) { in print_encoding_x86_64() 644 uint32_t encoding) { in print_encoding_i386() 860 uint32_t encoding) { in print_encoding_arm64() 965 uint32_t encoding) { in print_encoding_armv7() 1103 uint32_t encoding) { in print_encoding() 1119 uint32_t encoding, uint32_t entry_encoding_index, in print_function_encoding() 1237 uint32_t encoding = *((uint32_t *)(offset + 4)); in print_second_level_index_regular() local 1267 uint32_t encoding; in print_second_level_index_compressed() local 1443 uint32_t encoding = *((uint32_t *)common_encodings); in main() local
|
| /llvm-project-15.0.7/libunwind/src/ |
| H A D | CompactUnwinder.hpp | 119 compact_unwind_encoding_t encoding, uint32_t functionStart, in stepWithCompactEncodingFrameless() 350 compact_unwind_encoding_t encoding, uint64_t functionStart, A &addressSpace, in stepWithCompactEncodingFrameless() 532 compact_unwind_encoding_t encoding, uint64_t, A &addressSpace, in stepWithCompactEncodingFrameless() 614 compact_unwind_encoding_t encoding, uint64_t, A &addressSpace, in stepWithCompactEncodingFrame()
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | 2007-04-05-PackedBitFieldsOverlap-2.cpp | 13 unsigned long encoding : 8; member
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | UnwindInfoSection.cpp | 104 uint32_t encoding; member 129 compact_unwind_encoding_t encoding; member 139 compact_unwind_encoding_t encoding; member 416 static bool canFoldEncoding(compact_unwind_encoding_t encoding) { in canFoldEncoding() 640 for (const auto &encoding : commonEncodings) in writeTo() local
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | source.h | 53 Encoding encoding() const { return encoding_; } in encoding() function
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/X86/ |
| H A D | ABIX86.cpp | 59 lldb::Encoding encoding, lldb::Format format, in addPartialRegisters() 92 lldb::Encoding encoding, lldb::Format format) { in addCombinedRegisters()
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | X86RecognizableInstr.cpp | 376 void RecognizableInstr::adjustOperandEncoding(OperandEncoding &encoding) { in adjustOperandEncoding() 414 OperandEncoding encoding = encodingFromString(std::string(typeName), OpSize); in handleOperand() local 1024 #define ENCODING(str, encoding) if (s == str) return encoding; argument
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Mangled.cpp | 428 MangledEncoding encoding = (MangledEncoding)data.GetU8(offset_ptr); in Decode() local 475 MangledEncoding encoding = Empty; in Encode() local
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | BuiltinTypes.h | 224 Builder(ArrayRef<int64_t> shape, Type elementType, Attribute encoding) in Builder() 271 Attribute encoding; variable
|
| /llvm-project-15.0.7/lld/ELF/Arch/ |
| H A D | PPC64.cpp | 126 static bool checkPPCLegacyInsn(uint32_t encoding) { in checkPPCLegacyInsn() 413 static uint8_t getPrimaryOpCode(uint32_t encoding) { return (encoding >> 26); } in getPrimaryOpCode() 415 static bool isDQFormInstruction(uint32_t encoding) { in isDQFormInstruction() 446 static PPCLegacyInsn getPPCLegacyInsn(uint32_t encoding) { in getPPCLegacyInsn() 488 static uint64_t getPCRelativeForm(uint32_t encoding) { in getPCRelativeForm() 503 static bool isInstructionUpdateForm(uint32_t encoding) { in isInstructionUpdateForm()
|
| /llvm-project-15.0.7/lldb/source/Host/macosx/cfcpp/ |
| H A D | CFCString.cpp | 91 const CFStringEncoding encoding = kCFStringEncodingUTF8; in UTF8() local
|
| H A D | CFCMutableArray.cpp | 95 CFStringEncoding encoding, in AppendCStringAsCFString()
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
| H A D | fdpexpect.py | 37 logfile=None, encoding=None, codec_errors='strict', use_poll=False): argument
|
| H A D | spawnbase.py | 29 encoding = None variable in SpawnBase 34 logfile=None, encoding=None, codec_errors='strict'): argument
|
| H A D | popen_spawn.py | 22 logfile=None, cwd=None, env=None, encoding=None, argument
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/ |
| H A D | CFString.cpp | 95 const CFStringEncoding encoding = kCFStringEncodingUTF8; in UTF8() local
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/AArch64/ |
| H A D | ABIAArch64.cpp | 80 uint32_t partial_reg_size, lldb::Encoding encoding, lldb::Format format) { in addPartialRegisters()
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/builtin_commands/ |
| H A D | diff.py | 75 def compareTwoTextFiles(flags, filepaths, filelines_bin, encoding): argument
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | CompactUnwindInfo.h | 80 uint32_t encoding = 0; // compact encoding 32-bit value for this function member
|