Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVTargetStreamer.cpp56 void RISCVTargetStreamer::emitAttribute(unsigned Attribute, unsigned Value) {} in emitAttribute()
58 void RISCVTargetStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
60 void RISCVTargetStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
225 void RISCVTargetAsmStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute()
229 void RISCVTargetAsmStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
234 void RISCVTargetAsmStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
H A DRISCVELFStreamer.cpp54 void RISCVTargetELFStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute()
58 void RISCVTargetELFStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
63 void RISCVTargetELFStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYTargetStreamer.cpp129 void CSKYTargetStreamer::emitAttribute(unsigned Attribute, unsigned Value) {} in emitAttribute()
130 void CSKYTargetStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
134 void CSKYTargetAsmStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute()
138 void CSKYTargetAsmStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
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.cpp73 void CSKYTargetELFStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute()
77 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::addIntAsBlock(DIE &Die, dwarf::Attribute Attribute, const APInt &Val) { in addIntAsBlock()
257 void DwarfUnit::addInt(DIE &Die, dwarf::Attribute Attribute, in addInt()
271 void DwarfUnit::addSInt(DIEValueList &Die, dwarf::Attribute Attribute, in addSInt()
283 void DwarfUnit::addString(DIE &Die, dwarf::Attribute Attribute, in addString()
316 void DwarfUnit::addLabel(DIEValueList &Die, dwarf::Attribute Attribute, in addLabel()
325 void DwarfUnit::addSectionOffset(DIE &Die, dwarf::Attribute Attribute, in addSectionOffset()
383 void DwarfUnit::addLabelDelta(DIEValueList &Die, dwarf::Attribute Attribute, in addLabelDelta()
389 void DwarfUnit::addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIE &Entry) { in addDIEEntry()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h52 dwarf::Attribute Attribute; variable
110 void AddAttribute(dwarf::Attribute Attribute, dwarf::Form Form) { in AddAttribute()
115 void AddImplicitConstAttribute(dwarf::Attribute Attribute, int64_t Value) { in AddImplicitConstAttribute()
394 dwarf::Attribute Attribute = (dwarf::Attribute)0; variable
754 value_iterator addValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in addValue()
761 bool replaceValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in replaceValue()
776 bool replaceValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in replaceValue()
788 bool replaceValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in replaceValue()
800 bool deleteValue(dwarf::Attribute Attribute) { in deleteValue()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp145 bool MCELFStreamer::emitSymbolAttribute(MCSymbol *S, MCSymbolAttr Attribute) { in emitSymbolAttribute()
523 void MCELFStreamer::setAttributeItem(unsigned Attribute, unsigned Value, in setAttributeItem()
540 void MCELFStreamer::setAttributeItem(unsigned Attribute, StringRef Value, in setAttributeItem()
557 void MCELFStreamer::setAttributeItems(unsigned Attribute, unsigned IntValue, in setAttributeItems()
577 MCELFStreamer::getAttributeItem(unsigned Attribute) { in getAttributeItem()
H A DMCNullStreamer.cpp34 MCSymbolAttr Attribute) override { in emitSymbolAttribute()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMSP430AttributeParser.h24 MSP430Attrs::AttrType Attribute; member
H A DHexagonAttributeParser.h19 HexagonAttrs::AttrType Attribute; member
H A DWithColor.h31 Attribute, enumerator
/freebsd/contrib/llvm-project/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp96 for (xmlAttrPtr Attribute = Node->properties; Attribute != nullptr; in getAttribute() local
206 for (xmlAttrPtr Attribute = AdditionalNode->properties; Attribute; in mergeAttributes() local
315 for (xmlAttrPtr Attribute = Node->properties; Attribute; in explicateNamespace() local
556 for (xmlAttrPtr Attribute = Node->properties; Attribute; in setAttributeNamespaces() local
583 for (xmlAttrPtr Attribute = Node->properties; Attribute; in checkAndStripPrefixes() local
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DObjCPropertyAttributeOrderFixer.cpp31 StringRef Attribute; // eg, `readwrite` member
69 const StringRef Attribute{Tok->TokenText}; in sortPropertyAttributes() local
/freebsd/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.cpp191 void ARMTargetAsmStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute()
202 void ARMTargetAsmStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
226 void ARMTargetAsmStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
611 bool emitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) override { in emitSymbolAttribute()
796 void ARMTargetELFStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute()
801 void ARMTargetELFStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
807 void ARMTargetELFStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmutils.c252 UINT8 Attribute) in AcpiDmDecodeAttribute()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCGOFFStreamer.h33 bool emitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) override { in emitSymbolAttribute()
H A DMCSPIRVStreamer.h33 bool emitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) override { in emitSymbolAttribute()
/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/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonTargetStreamer.h31 virtual void emitAttribute(unsigned Attribute, unsigned Value) {} in emitAttribute()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFCFIChecker/
H A DDWARFCFIFunctionFrameStreamer.h45 bool emitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) override { in emitSymbolAttribute()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCodeCompletion.h120 Attribute, enumerator
/freebsd/contrib/llvm-project/libc/include/llvm-libc-types/
H A DEFI_MEMORY_DESCRIPTOR.h40 uint64_t Attribute; member

123