Searched defs:Attrs (Results 1 - 25 of 89) sorted by relevance

1234

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp58 Sema::IdentifyCUDATarget(const ParsedAttributesView &Attrs) { argument
H A DSemaStmtAttr.cpp350 SmallVector<const Attr*, 8> Attrs; local
174 CheckForIncompatibleAttributes(Sema &S, const SmallVectorImpl<const Attr *> &Attrs) argument
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAttributes.cpp44 std::vector<Record*> Attrs = local
57 std::vector<Record*> Attrs = local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionMachO.cpp199 StringRef Attrs = GetEmptyOrTrim(3); local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h44 AttributeSet Attrs; member in class:llvm::GlobalVariable
[all...]
H A DAttributes.h707 std::bitset<Attribute::EndAttrKinds> Attrs; member in class:llvm::AttrBuilder
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp253 auto Attrs = GVar->getAttributes(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp120 const std::string &Attrs = Graph->getGraphAttrs(N); local
181 void SelectionDAG::setGraphAttrs(const SDNode *N, const char *Attrs) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp16 static inline MethodKind getMethodKind(uint16_t Attrs) { argument
22 static inline bool isIntroVirtual(uint16_t Attrs) { argument
28 static inline PointerMode getPointerMode(uint32_t Attrs) { argument
33 static inline bool isMemberPointer(uint32_t Attrs) { argument
84 uint16_t Attrs = support::endian::read16le(Content.data()); local
147 uint16_t Attrs = support::endian::read16le(Data.drop_front(2).data()); local
268 uint32_t Attrs = support::endian::read32le(Content.drop_front(4).data()); local
[all...]
H A DTypeDumpVisitor.cpp435 void TypeDumpVisitor::printMemberAttributes(MemberAttributes Attrs) { argument
H A DTypeRecordMapping.cpp123 std::string Attrs = getMemberAttributes( local
592 std::string Attrs = getMemberAttributes( local
603 std::string Attrs = getMemberAttributes( local
616 std::string Attrs = getMemberAttributes( local
655 std::string Attrs = getMemberAttributes( local
667 std::string Attrs = getMemberAttributes( local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp34 MDNode *LoopInfo::createPipeliningMetadata(const LoopAttributes &Attrs, argument
80 LoopInfo::createPartialUnrollMetadata(const LoopAttributes &Attrs, argument
143 createUnrollAndJamMetadata(const LoopAttributes &Attrs, ArrayRef<Metadata *> LoopProperties, bool &HasUserTransforms) argument
212 createLoopVectorizeMetadata(const LoopAttributes &Attrs, ArrayRef<Metadata *> LoopProperties, bool &HasUserTransforms) argument
315 createLoopDistributeMetadata(const LoopAttributes &Attrs, ArrayRef<Metadata *> LoopProperties, bool &HasUserTransforms) argument
366 createFullUnrollMetadata(const LoopAttributes &Attrs, ArrayRef<Metadata *> LoopProperties, bool &HasUserTransforms) argument
404 createMetadata( const LoopAttributes &Attrs, llvm::ArrayRef<llvm::Metadata *> AdditionalLoopProperties, bool &HasUserTransforms) argument
456 LoopInfo(BasicBlock *Header, const LoopAttributes &Attrs, const llvm::DebugLoc &StartLoc, const llvm::DebugLoc &EndLoc, LoopInfo *Parent) argument
574 push(BasicBlock *Header, clang::ASTContext &Ctx, ArrayRef<const clang::Attr *> Attrs, const llvm::DebugLoc &StartLoc, const llvm::DebugLoc &EndLoc) argument
[all...]
H A DCGLoopInfo.h109 LoopAttributes Attrs; member in class:clang::CodeGen::LoopInfo
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h297 O << "[" << Attrs << "]"; local
283 emitEdge(const void *SrcNodeID, int SrcNodePort, const void *DestNodeID, int DestNodePort, const std::string &Attrs) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp117 void DIEHash::collectAttributes(const DIE &Die, DIEAttrs &Attrs) { argument
320 void DIEHash::hashAttributes(const DIEAttrs &Attrs, dwarf::Tag Tag) { argument
332 DIEAttrs Attrs = {}; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp82 const AttributeList &Attrs = FuncInfo.getAttributes(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp235 Attrs = ObjCPropertyDecl::OBJC_PR_noattr; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp284 auto &Attrs = HSAMetadata.mKernels.back().mAttrs; local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h255 Attributes Attrs; member in struct:clang::ModuleMap::InferredDirectory
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp183 static std::string memberAttributes(const MemberAttributes &Attrs) { argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp901 AttributeSet Attrs = CallPAL.getParamAttributes(i); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp189 auto Attrs = F.getAttributes(); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp992 const AttrVec &Attrs = DI->CommentDecl->getAttrs(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DStratifiedSets.h54 AliasAttrs Attrs; member in struct:llvm::cflaa::StratifiedLink
520 auto Attrs = Current->getAttrs(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp127 const std::vector<unsigned> &Attrs = RAG.second; local
1142 AttrBuilder Attrs; local
[all...]

Completed in 265 milliseconds

1234