| /llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 403 UInt8, enumerator 431 explicit Variant(uint8_t V) : Type(PDB_VariantType::UInt8) { in Variant() 432 Value.UInt8 = V; in Variant() 462 uint8_t UInt8; member 476 case UInt8: in isIntegralType() 499 VARIANT_WIDTH(UInt8, 8u) in getBitWidth() 522 VARIANT_APSINT(UInt8, 8u, true) in toAPSInt() 566 VARIANT_EQUAL_CASE(UInt8)
|
| /llvm-project/clang/test/SemaObjC/ |
| H A D | objc-cf-audited-warning.m | 12 typedef unsigned char UInt8; typedef 17 CFURLRef CFURLCreateFromFileSystemRepresentation(CFAllocatorRef allocator, const UInt8 *buffer, CFI… 22 … // expected-warning {{passing 'const char *' to parameter of type 'const UInt8 *' (aka 'const uns…
|
| /llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/ |
| H A D | SymbolLocatorDebugSymbols.cpp | 136 NULL, (const UInt8 *)exec_cf_path, strlen(exec_cf_path), in LocateExecutableObjectFile() 146 dsym_url.get(), true, (UInt8 *)path, sizeof(path) - 1)) { in LocateExecutableObjectFile() 168 dsym_url.get(), true, (UInt8 *)path, sizeof(path) - 1)) { in LocateExecutableObjectFile() 246 dsym_url.get(), true, (UInt8 *)path, sizeof(path) - 1)) { in LocateExecutableObjectFile() 268 true, (UInt8 *)path, in LocateExecutableObjectFile() 578 NULL, (const UInt8 *)exec_cf_path, strlen(exec_cf_path), in LocateMacOSXFilesUsingDebugSymbols() 588 dsym_url.get(), true, (UInt8 *)path, sizeof(path) - 1)) { in LocateMacOSXFilesUsingDebugSymbols() 610 dsym_url.get(), true, (UInt8 *)path, sizeof(path) - 1)) { in LocateMacOSXFilesUsingDebugSymbols() 688 dsym_url.get(), true, (UInt8 *)path, sizeof(path) - 1)) { in LocateMacOSXFilesUsingDebugSymbols() 710 true, (UInt8 *)pat in LocateMacOSXFilesUsingDebugSymbols() [all...] |
| /llvm-project/compiler-rt/lib/builtins/ |
| H A D | os_version_check.c | 59 typedef unsigned char UInt8; 71 const UInt8 *, CFIndex, 182 UInt8 *PListBuf = NULL; in _initializeAvailabilityCheck() 58 typedef unsigned char UInt8; global() typedef
|
| /llvm-project/llvm/test/CodeGen/AVR/ |
| H A D | avr-rust-issue-123.ll | 19 %UInt8 = type <{ i8 }> 23 @delayFactor = hidden global %UInt8 zeroinitializer, align 1
|
| /llvm-project/lldb/source/Host/macosx/cfcpp/ |
| H A D | CFCBundle.cpp | 51 (UInt8 *)dst, dst_len) != 0; in GetPath()
|
| /llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 33 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, UInt8, OS) in operator <<() 391 case PDB_VariantType::UInt8: in operator <<() 392 OS << static_cast<unsigned>(Value.Value.UInt8); in operator <<()
|
| /llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TensorSpec.h | 46 M(uint8_t, UInt8) \
|
| /llvm-project/llvm/tools/dsymutil/ |
| H A D | CFBundle.cpp | 127 kCFAllocatorDefault, (const UInt8 *)RealPath.data(), RealPath.size(), in SetFromPath()
|
| /llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPack.def | 56 HANDLE_MP_FIRST_BYTE(0xcc, UInt8)
|
| /llvm-project/lldb/tools/debugserver/source/ |
| H A D | RNBServices.cpp | 217 const UInt8 *bytes = ::CFDataGetBytePtr(plistData.get()); in ListApplications()
|
| H A D | DNB.cpp | 1769 url.get(), true, (UInt8 *)resolved_path, resolved_path_size)) in DNBResolveExecutablePath()
|
| /llvm-project/llvm/lib/BinaryFormat/ |
| H A D | MsgPackWriter.cpp | 69 EW.write(FirstByte::UInt8); in write()
|
| H A D | MsgPackReader.cpp | 59 case FirstByte::UInt8: in read()
|
| /llvm-project/clang/lib/DirectoryWatcher/mac/ |
| H A D | DirectoryWatcher-mac.cpp | 171 CFStringCreateWithBytes(nullptr, (const UInt8 *)Path.data(), in createFSEventStream()
|
| /llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 638 UInt8 = 1, enumerator
|
| /llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 92 case PDB_VariantType::UInt8: in TranslateEnumEncoding() 1172 case PDB_VariantType::UInt8: in AddEnumValue() 1173 raw_value = v.Value.UInt8; in AddEnumValue()
|
| /llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 50 Result.Value.UInt8 = V.bVal; in VariantFromVARIANT() 51 Result.Type = PDB_VariantType::UInt8; in VariantFromVARIANT()
|
| /llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 443 CV_ENUM_CLASS_ENT(JumpTableEntrySize, UInt8),
|
| /llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 368 RETURN_CASE(JumpTableEntrySize, UInt8, "uin8"); in formatJumpTableEntrySize()
|
| /llvm-project/lldb/source/Host/macosx/objcxx/ |
| H A D | Host.mm | 150 if (::CFURLGetFileSystemRepresentation(url.get(), YES, (UInt8 *)path,
|
| /llvm-project/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachProcess.mm | 3931 ::CFStringCreateWithBytes(alloc, (const UInt8 *)envp[i], name_len,
|