| /openbsd-src/gnu/llvm/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)
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/builtins/ |
| H A D | os_version_check.c | 58 typedef unsigned char UInt8; typedef 70 const UInt8 *, CFIndex, 177 UInt8 *PListBuf = NULL; in _initializeAvailabilityCheck()
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | LocateSymbolFileMacOSX.cpp | 102 NULL, (const UInt8 *)exec_cf_path, strlen(exec_cf_path), in LocateMacOSXFilesUsingDebugSymbols() 112 dsym_url.get(), true, (UInt8 *)path, sizeof(path) - 1)) { in LocateMacOSXFilesUsingDebugSymbols() 134 dsym_url.get(), true, (UInt8 *)path, sizeof(path) - 1)) { in LocateMacOSXFilesUsingDebugSymbols() 212 dsym_url.get(), true, (UInt8 *)path, sizeof(path) - 1)) { in LocateMacOSXFilesUsingDebugSymbols() 234 true, (UInt8 *)path, in LocateMacOSXFilesUsingDebugSymbols() 629 CFDataCreateWithBytesNoCopy(NULL, (const UInt8 *)command_output.data(), in DownloadObjectAndSymbolFile()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/macosx/cfcpp/ |
| H A D | CFCBundle.cpp | 51 (UInt8 *)dst, dst_len) != 0; in GetPath()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | TensorSpec.h | 38 M(uint8_t, UInt8) \
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 33 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, UInt8, OS) in operator <<() 385 case PDB_VariantType::UInt8: in operator <<() 386 OS << static_cast<unsigned>(Value.Value.UInt8); in operator <<()
|
| /openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
| H A D | CFBundle.cpp | 127 kCFAllocatorDefault, (const UInt8 *)RealPath.data(), RealPath.size(), in SetFromPath()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPack.def | 56 HANDLE_MP_FIRST_BYTE(0xcc, UInt8)
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | RNBServices.cpp | 217 const UInt8 *bytes = ::CFDataGetBytePtr(plistData.get()); in ListApplications()
|
| H A D | DNB.cpp | 1711 url.get(), true, (UInt8 *)resolved_path, resolved_path_size)) in DNBResolveExecutablePath()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/lib/DirectoryWatcher/mac/ |
| H A D | DirectoryWatcher-mac.cpp | 171 CFStringCreateWithBytes(nullptr, (const UInt8 *)Path.data(), in createFSEventStream()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 92 case PDB_VariantType::UInt8: in TranslateEnumEncoding() 1174 case PDB_VariantType::UInt8: in AddEnumValue() 1175 raw_value = v.Value.UInt8; in AddEnumValue()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/ |
| H A D | Host.mm | 142 if (::CFURLGetFileSystemRepresentation(url.get(), YES, (UInt8 *)path,
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachProcess.mm | 3811 ::CFStringCreateWithBytes(alloc, (const UInt8 *)envp[i], name_len,
|