Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DSourceLocationEncoding.h51 static UIntTy encodeRaw(UIntTy Raw) { in encodeRaw()
54 static UIntTy decodeRaw(UIntTy Raw) { in decodeRaw()
115 EncodedTy encodeRaw(UIntTy Raw) { in encodeRaw()
H A DASTReader.h2234 Sema::AlignPackInfo ReadAlignPackInfo(uint32_t Raw) const { in ReadAlignPackInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DLazyAtomicPointer.h43 uintptr_t Raw = Value ? reinterpret_cast<uintptr_t>(Value) : getNull(); in makeRaw() local
111 uintptr_t Raw = Storage.load(); in loadOrGenerate() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.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/contrib/llvm-project/clang/lib/Serialization/
H A DPCHContainerOperations.cpp59 static StringRef Raw("raw"); in getFormats() local
H A DASTWriter.cpp5923 uint32_t Raw = Sema::AlignPackInfo::getRawEncoding(Info); in AddAlignPackInfo() local
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DArchitectureSet.h39 constexpr ArchitectureSet(ArchSetType Raw) : ArchSet(Raw) {} in ArchitectureSet() argument
/freebsd/stand/efi/include/
H A Defiuga.h86 UINT32 Raw; member
H A Defipxebc.h81 UINT8 Raw[1472]; member
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h88 StringRef Raw; global() member
H A DMsgPackDocument.h59 StringRef Raw; member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp397 SourceLocation::UIntTy Raw; in LoadSourceLocation() local
492 SourceLocation::UIntTy Raw = Loc.getRawEncoding(); in SaveSourceLocation() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp197 RawContentStream &Raw = cast<RawContentStream>(S); in layout() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp1947 StringRef Raw = getRawTag(); getVerbatimTag() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1937 ArrayRef<char> Raw = getSectionRawName(Sec); in getSectionName() local
4522 ArrayRef<char> Raw = getSectionRawFinalSegmentName(Sec); in getSectionFinalSegmentName() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1000 StringRef Raw(String.data(), Third.getString().data() - String.data() + in isLabel() local
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h1386 UINT8 *Raw; member