Searched refs:Raw (Results 1 - 12 of 12) sorted by relevance

/freebsd-11.0-release/sys/boot/efi/include/
H A Defiuga.h87 UINT32 Raw; member in union:__anon7409
H A Defipxebc.h82 UINT8 Raw[1472]; member in union:__anon7390
/freebsd-11.0-release/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h45 State(Raw) {
60 bool NeedsFinalization() const { return (State == Raw); }
72 enum { Raw, Finalizing, Finalized } State; enumerator in enum:llvm::orc::ObjectLinkingLayerBase::LinkedObjectSet::__anon2204
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DNestedNameSpecifier.cpp373 unsigned Raw; local
374 memcpy(&Raw, static_cast<char *>(Data) + Offset, sizeof(unsigned));
375 return SourceLocation::getFromRawEncoding(Raw);
467 unsigned Raw = Loc.getRawEncoding(); local
468 Append(reinterpret_cast<char *>(&Raw),
469 reinterpret_cast<char *>(&Raw) + sizeof(unsigned),
H A DASTContext.cpp343 const RawCommentAndCacheFlags &Raw = Pos->second; local
344 if (Raw.getKind() != RawCommentAndCacheFlags::NoCommentInDecl) {
346 *OriginalDecl = Raw.getOriginalDecl();
347 return Raw.getRaw();
359 const RawCommentAndCacheFlags &Raw = Pos->second; local
360 if (Raw.getKind() != RawCommentAndCacheFlags::NoCommentInDecl) {
361 RC = Raw.getRaw();
362 OriginalDeclForRC = Raw.getOriginalDecl();
368 RawCommentAndCacheFlags Raw; local
372 Raw
390 RawCommentAndCacheFlags Raw; local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DAttributeImpl.h277 uint64_t Raw(unsigned Index) const;
H A DAttributes.cpp575 uint64_t AttributeSetImpl::Raw(unsigned Index) const { function in class:AttributeSetImpl
1110 uint64_t AttributeSet::Raw(unsigned Index) const { function in class:AttributeSet
1112 return pImpl ? pImpl->Raw(Index) : 0;
H A DCore.cpp1773 return (LLVMAttribute)PAL.Raw(AttributeSet::FunctionIndex);
1849 Raw(A->getArgNo()+1);
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DAttributes.h339 uint64_t Raw(unsigned Index) const;
/freebsd-11.0-release/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp477 ArrayRef<char> Raw = getSectionRawName(Sec); local
478 Result = parseSegmentOrSectionName(Raw.data());
1862 ArrayRef<char> Raw = getSectionRawFinalSegmentName(Sec); local
1863 return parseSegmentOrSectionName(Raw.data());
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1991 SourceLocation ReadSourceLocation(ModuleFile &ModuleFile, unsigned Raw) const {
1992 SourceLocation Loc = SourceLocation::getFromRawEncoding(Raw);
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1193 StringRef Raw (String.data(), Third.getString().data() - String.data() +
1195 std::string Collapsed = Raw;

Completed in 119 milliseconds