Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DSourceLocationEncoding.h46 encodeRaw(UIntTy Raw) encodeRaw() argument
49 decodeRaw(UIntTy Raw) decodeRaw() argument
106 encodeRaw(UIntTy Raw) encodeRaw() argument
H A DASTReader.h2217 ReadAlignPackInfo(uint32_t Raw) ReadAlignPackInfo() argument
/freebsd-src/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
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h88 constexpr LocationSize(uint64_t Raw, DirectConstruction) : Value(Raw) {} in LocationSize() argument
89 constexpr LocationSize(uint64_t Raw, bool Scalable) in LocationSize() argument
106 constexpr LocationSize(uint64_t Raw) in LocationSize() argument
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DPCHContainerOperations.cpp61 static StringRef Raw("raw"); getFormats() local
H A DASTWriter.cpp5435 uint32_t Raw = Sema::AlignPackInfo::getRawEncoding(Info); AddAlignPackInfo() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DArchitectureSet.h39 constexpr ArchitectureSet(ArchSetType Raw) : ArchSet(Raw) {} in ArchitectureSet()
/freebsd-src/stand/efi/include/
H A Defiuga.h86 UINT32 Raw; member
H A Defipxebc.h81 UINT8 Raw[1472]; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h93 StringRef Raw; member
H A DMsgPackDocument.h59 StringRef Raw; member
[all...]
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp197 RawContentStream &Raw = cast<RawContentStream>(S); in layout() local
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp1964 StringRef Raw = getRawTag(); in getVerbatimTag() local
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1937 ArrayRef<char> Raw = getSectionRawName(Sec); in getSectionName() local
4518 ArrayRef<char> Raw = getSectionRawFinalSegmentName(Sec); getSectionFinalSegmentName() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp943 StringRef Raw(String.data(), Third.getString().data() - String.data() + isLabel() local
/freebsd-src/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h1368 UINT8 *Raw; member