/llvm-project/llvm/unittests/IR/ |
H A D | AttributesTest.cpp | 24 TEST(Attributes,Uniquing) TEST() argument 39 TEST(Attributes,Ordering) TEST() argument 65 TEST(Attributes,AddAttributes) TEST() argument 79 TEST(Attributes,RemoveAlign) TEST() argument 149 TEST(Attributes,AddMatchingAlignAttr) TEST() argument 166 TEST(Attributes,EmptyGet) TEST() argument 173 TEST(Attributes,OverflowGet) TEST() argument 181 TEST(Attributes,StringRepresentation) TEST() argument 193 TEST(Attributes,HasParentContext) TEST() argument 226 TEST(Attributes,AttributeListPrinting) TEST() argument 260 TEST(Attributes,MismatchedABIAttrs) TEST() argument 300 TEST(Attributes,RemoveParamAttributes) TEST() argument 313 TEST(Attributes,ConstantRangeAttributeCAPI) TEST() argument 343 TEST(Attributes,CalleeAttributes) TEST() argument [all...] |
/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/ |
H A D | parent_recurse_depth.s | 35 Attributes: label 40 Attributes: label 45 Attributes: label 50 Attributes: label
|
/llvm-project/mlir/docs/ |
H A D | LangRef.md | 753 ## Attributes section in MLIR Language Reference 796 ### Attribute Value Aliases 821 ### Dialect Attribute Values 864 ### Builtin Attribute Values 871 ### IR Versioning
|
H A D | PDLL.md | 732 #### Attributes subsubsection 754 Accessing Operation ResultsPDLL - PDL Language""Language Specification""Operation Expression""Attributes global() argument
|
H A D | BytecodeFormat.md | 388 ##### Attributes global() l4subsection
|
/llvm-project/clang/unittests/Format/ |
H A D | MacroExpanderTest.cpp | 51 const std::vector<MacroAttributes> &Attributes, in expectAttributes() 80 #define EXPECT_ATTRIBUTES(Tokens, Attributes) \ argument 126 std::vector<MacroAttributes> Attributes = { in TEST_F() local 173 std::vector<MacroAttributes> Attributes = { in TEST_F() local 184 std::vector<MacroAttributes> Attributes = { in TEST_F() local 197 std::vector<MacroAttributes> Attributes = { in TEST_F() local
|
/llvm-project/llvm/docs/ |
H A D | CommandLine.rst | 926 .. _cl::desc(...): 932 .. _cl::value_desc: 938 .. _cl::init: 952 .. _cl::location: 958 .. _cl::aliasopt: 963 .. _cl::values: 984 .. _cl::multi_val: 994 .. _cl::cat: 999 .. _cl::callback:
|
H A D | AMDGPUUsage.rst | 2848 amdgpu-dwarf-dw-at-llvm-lane-pcDebugger Information Entry Attributes global() argument 2850 ``DW_AT_LLVM_lane_pc``Debugger Information Entry Attributes global() argument 3128 ``DW_AT_LLVM_active_lane``Debugger Information Entry Attributes global() argument 3150 ``DW_AT_LLVM_augmentation``Debugger Information Entry Attributes global() argument [all...] |
H A D | MIRLangRef.rst | 351 .. _mir-instructions:
|
/llvm-project/llvm/utils/TableGen/ |
H A D | Attributes.cpp |
|
/llvm-project/mlir/docs/Dialects/ |
H A D | Builtin.md | 14 ## Attributes section in Builtin Dialect
|
H A D | Mesh.md | 72 ## Attributes section in 'mesh' Dialect
|
/llvm-project/clang/include/clang/Lex/ |
H A D | ModuleMap.h | 233 struct Attributes { global() struct 251 AttributesAttributes Attributes() argument
|
/llvm-project/flang/include/flang/Optimizer/Analysis/ |
H A D | AliasAnalysis.h | 117 using Attributes = Fortran::common::EnumSet<Attribute, Attribute_enumSize>; member
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | XRefs.h | 92 unsigned Attributes = 0; member
|
/llvm-project/llvm/lib/Object/ |
H A D | ELFObjectFile.cpp | 163 if (Error E = getBuildAttributes(Attributes)) { in getARMFeatures() local 374 RISCVAttributeParser Attributes; getRISCVFeatures() local 686 ARMAttributeParser Attributes; setARMSubArch() local [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrFMA3Info.h | 30 uint16_t Attributes; member
|
/llvm-project/libc/utils/HdrGen/ |
H A D | PublicAPICommand.cpp |
|
/llvm-project/llvm/lib/IR/ |
H A D | ModuleSummaryIndex.cpp | 385 struct Attributes { global() struct 391 Attrs__anon373f1fb90511::Attributes global() argument 392 Comments__anon373f1fb90511::Attributes global() argument
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCPseudoProbe.h | 115 uint8_t Attributes; global() variable 164 MCPseudoProbe(MCSymbol * Label,uint64_t Guid,uint64_t Index,uint64_t Type,uint64_t Attributes,uint32_t Discriminator) MCPseudoProbe() argument
|
/llvm-project/clang/docs/ |
H A D | Modules.rst | 995 Attributes section in Module Map Language
|
/llvm-project/mlir/docs/DefiningDialects/ |
H A D | AttributesAndTypes.md | 13 ### Attributes subsection [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 180 unsigned Attributes = ODS.getPropertyAttributes(); ActOnProperty() local 272 makePropertyAttributesAsWritten(unsigned Attributes) makePropertyAttributesAsWritten() argument 408 HandlePropertyInClassExtension(Scope * S,SourceLocation AtLoc,SourceLocation LParenLoc,FieldDeclarator & FD,Selector GetterSel,SourceLocation GetterNameLoc,Selector SetterSel,SourceLocation SetterNameLoc,const bool isReadWrite,unsigned & Attributes,const unsigned AttributesAsWritten,QualType T,TypeSourceInfo * TSI,tok::ObjCKeywordKind MethodImplKind) HandlePropertyInClassExtension() argument 555 CreatePropertyDecl(Scope * S,ObjCContainerDecl * CDecl,SourceLocation AtLoc,SourceLocation LParenLoc,FieldDeclarator & FD,Selector GetterSel,SourceLocation GetterNameLoc,Selector SetterSel,SourceLocation SetterNameLoc,const bool isReadWrite,const unsigned Attributes,const unsigned AttributesAsWritten,QualType T,TypeSourceInfo * TInfo,tok::ObjCKeywordKind MethodImplKind,DeclContext * lexicalDC) CreatePropertyDecl() argument 2162 unsigned Attributes = Property->getPropertyAttributes(); AtomicPropertySetterGetterRules() local 2620 CheckObjCPropertyAttributes(Decl * PDecl,SourceLocation Loc,unsigned & Attributes,bool propertyInPrimaryClass) CheckObjCPropertyAttributes() argument [all...] |
/llvm-project/clang/ |
H A D | CodeOwners.rst |
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVSymbol.cpp | 407 std::string Attributes = in printExtra() local
|