Home
last modified time | relevance | path

Searched defs:Attribute (Results 1 – 25 of 55) sorted by relevance

123

/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVTargetStreamer.cpp39 emitAttribute(unsigned Attribute,unsigned Value) emitAttribute() argument
41 emitTextAttribute(unsigned Attribute,StringRef String) emitTextAttribute() argument
43 emitIntTextAttribute(unsigned Attribute,unsigned IntValue,StringRef StringValue) emitIntTextAttribute() argument
138 emitAttribute(unsigned Attribute,unsigned Value) emitAttribute() argument
142 emitTextAttribute(unsigned Attribute,StringRef String) emitTextAttribute() argument
147 emitIntTextAttribute(unsigned Attribute,unsigned IntValue,StringRef StringValue) emitIntTextAttribute() argument
H A DRISCVELFStreamer.cpp63 void RISCVTargetELFStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute() argument
67 void RISCVTargetELFStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() argument
72 void RISCVTargetELFStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYTargetStreamer.cpp128 void CSKYTargetStreamer::emitAttribute(unsigned Attribute, unsigned Value) {} in emitAttribute()
129 void CSKYTargetStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
133 void CSKYTargetAsmStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute()
137 void CSKYTargetAsmStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
H A DCSKYELFStreamer.h35 AttributeItem *getAttributeItem(unsigned Attribute) { in getAttributeItem() argument
42 void setAttributeItem(unsigned Attribute, unsigned Value, in setAttributeItem() argument
57 void setAttributeItem(unsigned Attribute, StringRef Value, in setAttributeItem() argument
72 void setAttributeItems(unsigned Attribute, unsigned IntValue, in setAttributeItems() argument
[all...]
H A DCSKYELFStreamer.cpp72 void CSKYTargetELFStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute() argument
76 void CSKYTargetELFStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp129 void DIEHash::hashShallowTypeReference(dwarf::Attribute Attribute, in hashShallowTypeReference()
155 void DIEHash::hashRepeatedTypeReference(dwarf::Attribute Attribute, in hashRepeatedTypeReference()
168 void DIEHash::hashDIEEntry(dwarf::Attribute Attribute, dwarf::Tag Tag, in hashDIEEntry()
249 dwarf::Attribute Attribute = Value.getAttribute(); in hashAttribute() local
H A DDwarfUnit.cpp213 addFlag(DIE & Die,dwarf::Attribute Attribute) addFlag() argument
220 addUInt(DIEValueList & Die,dwarf::Attribute Attribute,std::optional<dwarf::Form> Form,uint64_t Integer) addUInt() argument
234 addSInt(DIEValueList & Die,dwarf::Attribute Attribute,std::optional<dwarf::Form> Form,int64_t Integer) addSInt() argument
246 addString(DIE & Die,dwarf::Attribute Attribute,StringRef String) addString() argument
279 addLabel(DIEValueList & Die,dwarf::Attribute Attribute,dwarf::Form Form,const MCSymbol * Label) addLabel() argument
288 addSectionOffset(DIE & Die,dwarf::Attribute Attribute,uint64_t Integer) addSectionOffset() argument
346 addLabelDelta(DIEValueList & Die,dwarf::Attribute Attribute,const MCSymbol * Hi,const MCSymbol * Lo) addLabelDelta() argument
352 addDIEEntry(DIE & Die,dwarf::Attribute Attribute,DIE & Entry) addDIEEntry() argument
367 addDIEEntry(DIE & Die,dwarf::Attribute Attribute,DIEEntry Entry) addDIEEntry() argument
390 addBlock(DIE & Die,dwarf::Attribute Attribute,DIELoc * Loc) addBlock() argument
396 addBlock(DIE & Die,dwarf::Attribute Attribute,dwarf::Form Form,DIEBlock * Block) addBlock() argument
403 addBlock(DIE & Die,dwarf::Attribute Attribute,DIEBlock * Block) addBlock() argument
653 addType(DIE & Entity,const DIType * Ty,dwarf::Attribute Attribute) addType() argument
1797 addSectionDelta(DIE & Die,dwarf::Attribute Attribute,const MCSymbol * Hi,const MCSymbol * Lo) addSectionDelta() argument
1803 addSectionLabel(DIE & Die,dwarf::Attribute Attribute,const MCSymbol * Label,const MCSymbol * Sec) addSectionLabel() argument
[all...]
H A DDwarfUnit.h84 void addAttribute(DIEValueList &Die, dwarf::Attribute Attribute, in addAttribute() argument
[all...]
H A DDwarfCompileUnit.cpp68 addLabelAddress(DIE & Die,dwarf::Attribute Attribute,const MCSymbol * Label) addLabelAddress() argument
109 addLocalLabelAddress(DIE & Die,dwarf::Attribute Attribute,const MCSymbol * Label) addLocalLabelAddress() argument
1551 addAddress(DIE & Die,dwarf::Attribute Attribute,const MachineLocation & Location) addAddress() argument
1577 addComplexAddress(const DIExpression * DIExpr,DIE & Die,dwarf::Attribute Attribute,const MachineLocation & Location) addComplexAddress() argument
1603 addLocationList(DIE & Die,dwarf::Attribute Attribute,unsigned Index) addLocationList() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h51 dwarf::Attribute Attribute; variable
109 void AddAttribute(dwarf::Attribute Attribute, dwarf::Form Form) { in AddAttribute()
114 void AddImplicitConstAttribute(dwarf::Attribute Attribute, int64_t Value) { in AddImplicitConstAttribute()
385 dwarf::Attribute Attribute = (dwarf::Attribute)0; variable
745 value_iterator addValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in addValue()
752 bool replaceValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in replaceValue()
767 bool replaceValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in replaceValue()
779 bool replaceValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in replaceValue()
791 bool deleteValue(dwarf::Attribute Attribute) { in deleteValue()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DMSP430AttributeParser.h23 MSP430Attrs::AttrType Attribute; member
H A DWithColor.h31 Attribute, enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp105 void ARMTargetStreamer::emitAttribute(unsigned Attribute, unsigned Value) {} in emitAttribute()
106 void ARMTargetStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
108 void ARMTargetStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
H A DARMELFStreamer.cpp187 OS << "\t.eabi_attribute\t" << Attribute << ", " << Twine(Value); in emitAttribute() argument
198 emitTextAttribute(unsigned Attribute,StringRef String) emitTextAttribute() argument
222 emitIntTextAttribute(unsigned Attribute,unsigned IntValue,StringRef StringValue) emitIntTextAttribute() argument
605 emitSymbolAttribute(MCSymbol * Symbol,MCSymbolAttr Attribute) emitSymbolAttribute() argument
801 emitAttribute(unsigned Attribute,unsigned Value) emitAttribute() argument
806 emitTextAttribute(unsigned Attribute,StringRef Value) emitTextAttribute() argument
812 emitIntTextAttribute(unsigned Attribute,unsigned IntValue,StringRef StringValue) emitIntTextAttribute() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp193 emitSymbolAttribute(MCSymbol * S,MCSymbolAttr Attribute) emitSymbolAttribute() argument
742 setAttributeItem(unsigned Attribute,unsigned Value,bool OverwriteExisting) setAttributeItem() argument
759 setAttributeItem(unsigned Attribute,StringRef Value,bool OverwriteExisting) setAttributeItem() argument
776 setAttributeItems(unsigned Attribute,unsigned IntValue,StringRef StringValue,bool OverwriteExisting) setAttributeItems() argument
796 getAttributeItem(unsigned Attribute) getAttributeItem() argument
[all...]
H A DMCNullStreamer.cpp35 MCSymbolAttr Attribute) override { in emitSymbolAttribute()
H A DMCXCOFFStreamer.cpp35 emitSymbolAttribute(MCSymbol * Sym,MCSymbolAttr Attribute) emitSymbolAttribute() argument
/freebsd-src/contrib/llvm-project/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp98 for (xmlAttrPtr Attribute = Node->properties; Attribute != nullptr; in getAttribute() local
208 for (xmlAttrPtr Attribute = AdditionalNode->properties; Attribute; in mergeAttributes() local
317 for (xmlAttrPtr Attribute = Node->properties; Attribute; explicateNamespace() local
558 for (xmlAttrPtr Attribute = Node->properties; Attribute; setAttributeNamespaces() local
585 for (xmlAttrPtr Attribute = Node->properties; Attribute; checkAndStripPrefixes() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DObjCPropertyAttributeOrderFixer.cpp33 StringRef Attribute; // eg, `readwrite` member
71 const StringRef Attribute{Tok->TokenText}; in sortPropertyAttributes() local
/freebsd-src/sys/contrib/dev/acpica/components/disassembler/
H A Ddmutils.c252 UINT8 Attribute) in AcpiDmDecodeAttribute() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DRecordStreamer.cpp37 MCSymbolAttr Attribute) { in markGlobal()
95 MCSymbolAttr Attribute) { in emitSymbolAttribute()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSPIRVStreamer.h33 bool emitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) override { in emitSymbolAttribute()
H A DMCGOFFStreamer.h27 bool emitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) override { in emitSymbolAttribute()
/freebsd-src/sys/contrib/dev/acpica/compiler/
H A Daslopcodes.c444 UINT8 Attribute; in OpcDoAccessAs() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h114 Attribute(AttributeImpl *A) : pImpl(A) {} Attribute() function
[all...]

123