Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVTargetStreamer.cpp47 void RISCVTargetStreamer::emitAttribute(unsigned Attribute, unsigned Value) {} in emitAttribute()
49 void RISCVTargetStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
51 void RISCVTargetStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
157 void RISCVTargetAsmStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute()
161 void RISCVTargetAsmStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
166 void RISCVTargetAsmStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
H A DRISCVELFStreamer.cpp63 void RISCVTargetELFStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute()
67 void RISCVTargetELFStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
72 void RISCVTargetELFStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYTargetStreamer.cpp129 void CSKYTargetStreamer::emitTextAttribute(unsigned Attribute, in emitAttribute() argument
134 OS << "\t.csky_attribute\t" << Attribute << ", " << Twine(Value) << "\n"; in emitAttribute() argument
130 emitTextAttribute(unsigned Attribute,StringRef String) emitTextAttribute() argument
138 emitTextAttribute(unsigned Attribute,StringRef String) emitTextAttribute() argument
H A DCSKYELFStreamer.h35 AttributeItem *getAttributeItem(unsigned Attribute) { in getAttributeItem()
42 void setAttributeItem(unsigned Attribute, unsigned Value, in setAttributeItem()
57 void setAttributeItem(unsigned Attribute, StringRef Value, in setAttributeItem()
72 void setAttributeItems(unsigned Attribute, unsigned IntValue, in setAttributeItems()
H A DCSKYELFStreamer.cpp72 void CSKYTargetELFStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute()
76 void CSKYTargetELFStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
/freebsd/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.cpp214 void DwarfUnit::addFlag(DIE &Die, dwarf::Attribute Attribute) { in addFlag()
221 void DwarfUnit::addUInt(DIEValueList &Die, dwarf::Attribute Attribute, in addUInt()
235 void DwarfUnit::addSInt(DIEValueList &Die, dwarf::Attribute Attribute, in addSInt()
247 void DwarfUnit::addString(DIE &Die, dwarf::Attribute Attribute, in addString()
280 void DwarfUnit::addLabel(DIEValueList &Die, dwarf::Attribute Attribute, in addLabel()
289 void DwarfUnit::addSectionOffset(DIE &Die, dwarf::Attribute Attribute, in addSectionOffset()
347 void DwarfUnit::addLabelDelta(DIEValueList &Die, dwarf::Attribute Attribute, in addLabelDelta()
353 void DwarfUnit::addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIE &Entry) { in addDIEEntry()
368 void DwarfUnit::addDIEEntry(DIE &Die, dwarf::Attribute Attribute, in addDIEEntry()
391 void DwarfUnit::addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Loc) { in addBlock()
[all …]
H A DDwarfUnit.h84 void addAttribute(DIEValueList &Die, dwarf::Attribute Attribute, in addAttribute()
/freebsd/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/contrib/llvm-project/llvm/include/llvm/Support/
H A DMSP430AttributeParser.h23 MSP430Attrs::AttrType Attribute; member
H A DHexagonAttributeParser.h18 HexagonAttrs::AttrType Attribute; member
H A DWithColor.h30 Attribute, global() enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp105 void ARMTargetStreamer::emitAttribute(unsigned Attribute, unsigned Value) {} in emitAttribute() argument
106 void ARMTargetStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() argument
108 void ARMTargetStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() argument
H A DARMELFStreamer.cpp186 void ARMTargetAsmStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute()
197 void ARMTargetAsmStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
221 void ARMTargetAsmStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
604 bool emitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) override { in emitSymbolAttribute()
792 void ARMTargetELFStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute()
797 void ARMTargetELFStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
803 void ARMTargetELFStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
/freebsd/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; in explicateNamespace() local
558 for (xmlAttrPtr Attribute = Node->properties; Attribute; in setAttributeNamespaces() local
585 for (xmlAttrPtr Attribute = Node->properties; Attribute; in checkAndStripPrefixes() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp147 bool MCELFStreamer::emitSymbolAttribute(MCSymbol *S, MCSymbolAttr Attribute) { in emitSymbolAttribute()
639 void MCELFStreamer::setAttributeItem(unsigned Attribute, unsigned Value, in setAttributeItem()
656 void MCELFStreamer::setAttributeItem(unsigned Attribute, StringRef Value, in setAttributeItem()
673 void MCELFStreamer::setAttributeItems(unsigned Attribute, unsigned IntValue, in setAttributeItems()
693 MCELFStreamer::getAttributeItem(unsigned Attribute) { in getAttributeItem()
H A DMCNullStreamer.cpp35 MCSymbolAttr Attribute) override { in emitSymbolAttribute()
H A DMCXCOFFStreamer.cpp36 MCSymbolAttr Attribute) { in emitSymbolAttribute()
/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmutils.c252 UINT8 Attribute) in AcpiDmDecodeAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRecordStreamer.cpp37 MCSymbolAttr Attribute) { in markGlobal() argument
100 emitSymbolAttribute(MCSymbol * Symbol,MCSymbolAttr Attribute) emitSymbolAttribute() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSPIRVStreamer.h33 bool emitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) override { in emitSymbolAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetStreamer.h31 virtual void emitAttribute(unsigned Attribute, unsigned Value) {} in emitAttribute()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCodeCompletion.h118 Attribute, enumerator
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslopcodes.c444 UINT8 Attribute; in OpcDoAccessAs() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h123 Attribute(AttributeImpl *A) : pImpl(A) {} in Attribute() function

123