Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryLocation.h83 constexpr LocationSize(uint64_t Raw, DirectConstruction): Value(Raw) {} in LocationSize()
97 constexpr LocationSize(uint64_t Raw) in LocationSize()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
H A DArchitectureSet.h39 constexpr ArchitectureSet(ArchSetType Raw) : ArchSet(Raw) {} in ArchitectureSet()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h89 StringRef Raw; member
H A DMsgPackDocument.h59 StringRef Raw; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DNestedNameSpecifier.cpp396 unsigned Raw; in LoadSourceLocation() local
490 unsigned Raw = Loc.getRawEncoding(); in SaveSourceLocation() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp196 RawContentStream &Raw = cast<RawContentStream>(S); in layout() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h2133 Sema::AlignPackInfo ReadAlignPackInfo(uint32_t Raw) const { in ReadAlignPackInfo()
2139 SourceLocation ReadUntranslatedSourceLocation(uint32_t Raw) const { in ReadUntranslatedSourceLocation()
2144 SourceLocation ReadSourceLocation(ModuleFile &ModuleFile, uint32_t Raw) const { in ReadSourceLocation()
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Dlibsmbios.h141 UINT8 *Raw; member
H A Defipxebc.h77 UINT8 Raw[1472]; member
H A Defiprot.h921 UINT32 Raw; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLParser.cpp1891 StringRef Raw = getRawTag(); in getVerbatimTag() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp1914 ArrayRef<char> Raw = getSectionRawName(Sec); in getSectionName() local
4164 ArrayRef<char> Raw = getSectionRawFinalSegmentName(Sec); in getSectionFinalSegmentName() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp945 StringRef Raw(String.data(), Third.getString().data() - String.data() + in isLabel() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp5025 uint32_t Raw = Sema::AlignPackInfo::getRawEncoding(Info); in AddAlignPackInfo() local
5030 uint32_t Raw = Loc.getRawEncoding(); in AddSourceLocation() local