Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDSourceLocationEncoding.h51 static UIntTy encodeRaw(UIntTy Raw) { in encodeRaw()
54 static UIntTy decodeRaw(UIntTy Raw) { in decodeRaw()
115 EncodedTy encodeRaw(UIntTy Raw) { in encodeRaw()
HDASTReader.h2231 Sema::AlignPackInfo ReadAlignPackInfo(uint32_t Raw) const { in ReadAlignPackInfo()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDLazyAtomicPointer.h43 uintptr_t Raw = Value ? reinterpret_cast<uintptr_t>(Value) : getNull(); in makeRaw() local
111 uintptr_t Raw = Storage.load(); in loadOrGenerate() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDMemoryLocation.h88 constexpr LocationSize(uint64_t Raw, DirectConstruction) : Value(Raw) {} in LocationSize()
89 constexpr LocationSize(uint64_t Raw, bool Scalable) in LocationSize()
106 constexpr LocationSize(uint64_t Raw) in LocationSize()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDPCHContainerOperations.cpp59 static StringRef Raw("raw"); in getFormats() local
HDASTWriter.cpp5923 uint32_t Raw = Sema::AlignPackInfo::getRawEncoding(Info); in AddAlignPackInfo() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/
HDArchitectureSet.h39 constexpr ArchitectureSet(ArchSetType Raw) : ArchSet(Raw) {} in ArchitectureSet()
/freebsd-13-stable/stand/efi/include/
HDefiuga.h86 UINT32 Raw; member
HDefipxebc.h81 UINT8 Raw[1472]; member
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMsgPackReader.h93 StringRef Raw; member
HDMsgPackDocument.h59 StringRef Raw; member
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDNestedNameSpecifier.cpp397 SourceLocation::UIntTy Raw; in LoadSourceLocation() local
492 SourceLocation::UIntTy Raw = Loc.getRawEncoding(); in SaveSourceLocation() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDMinidumpEmitter.cpp197 RawContentStream &Raw = cast<RawContentStream>(S); in layout() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDYAMLParser.cpp1964 StringRef Raw = getRawTag(); in getVerbatimTag() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDMachOObjectFile.cpp1937 ArrayRef<char> Raw = getSectionRawName(Sec); in getSectionName() local
4522 ArrayRef<char> Raw = getSectionRawFinalSegmentName(Sec); in getSectionFinalSegmentName() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
HDHexagonAsmParser.cpp1000 StringRef Raw(String.data(), Third.getString().data() - String.data() + in isLabel() local
/freebsd-13-stable/sys/contrib/edk2/Include/Protocol/
HDDevicePath.h1368 UINT8 *Raw; member