Home
last modified time | relevance | path

Searched refs:UInt8 (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h403 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 Dos_version_check.c58 typedef unsigned char UInt8; typedef
70 const UInt8 *, CFIndex,
177 UInt8 *PListBuf = NULL; in _initializeAvailabilityCheck()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp102 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 DCFCBundle.cpp51 (UInt8 *)dst, dst_len) != 0; in GetPath()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTensorSpec.h38 M(uint8_t, UInt8) \
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp33 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 DCFBundle.cpp127 kCFAllocatorDefault, (const UInt8 *)RealPath.data(), RealPath.size(), in SetFromPath()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMsgPack.def56 HANDLE_MP_FIRST_BYTE(0xcc, UInt8)
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBServices.cpp217 const UInt8 *bytes = ::CFDataGetBytePtr(plistData.get()); in ListApplications()
H A DDNB.cpp1711 url.get(), true, (UInt8 *)resolved_path, resolved_path_size)) in DNBResolveExecutablePath()
/openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp69 EW.write(FirstByte::UInt8); in write()
H A DMsgPackReader.cpp59 case FirstByte::UInt8: in read()
/openbsd-src/gnu/llvm/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp171 CFStringCreateWithBytes(nullptr, (const UInt8 *)Path.data(), in createFSEventStream()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp92 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 DDIARawSymbol.cpp50 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 DHost.mm142 if (::CFURLGetFileSystemRepresentation(url.get(), YES, (UInt8 *)path,
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm3811 ::CFStringCreateWithBytes(alloc, (const UInt8 *)envp[i], name_len,