/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVTargetStreamer.cpp | 39 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 D | RISCVELFStreamer.cpp | 63 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 D | CSKYTargetStreamer.cpp | 128 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 D | CSKYELFStreamer.h | 35 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 D | CSKYELFStreamer.cpp | 72 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 D | DIEHash.cpp | 129 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 D | DwarfUnit.cpp | 213 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 D | DwarfUnit.h | 84 void addAttribute(DIEValueList &Die, dwarf::Attribute Attribute, in addAttribute() argument [all...] |
H A D | DwarfCompileUnit.cpp | 68 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 D | DIE.h | 51 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 D | MSP430AttributeParser.h | 23 MSP430Attrs::AttrType Attribute; member
|
H A D | WithColor.h | 31 Attribute, enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMTargetStreamer.cpp | 105 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 D | ARMELFStreamer.cpp | 187 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 D | MCELFStreamer.cpp | 193 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 D | MCNullStreamer.cpp | 35 MCSymbolAttr Attribute) override { in emitSymbolAttribute()
|
H A D | MCXCOFFStreamer.cpp | 35 emitSymbolAttribute(MCSymbol * Sym,MCSymbolAttr Attribute) emitSymbolAttribute() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/WindowsManifest/ |
H A D | WindowsManifestMerger.cpp | 98 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 D | ObjCPropertyAttributeOrderFixer.cpp | 33 StringRef Attribute; // eg, `readwrite` member 71 const StringRef Attribute{Tok->TokenText}; in sortPropertyAttributes() local
|
/freebsd-src/sys/contrib/dev/acpica/components/disassembler/ |
H A D | dmutils.c | 252 UINT8 Attribute) in AcpiDmDecodeAttribute() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | RecordStreamer.cpp | 37 MCSymbolAttr Attribute) { in markGlobal() 95 MCSymbolAttr Attribute) { in emitSymbolAttribute()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSPIRVStreamer.h | 33 bool emitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) override { in emitSymbolAttribute()
|
H A D | MCGOFFStreamer.h | 27 bool emitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) override { in emitSymbolAttribute()
|
/freebsd-src/sys/contrib/dev/acpica/compiler/ |
H A D | aslopcodes.c | 444 UINT8 Attribute; in OpcDoAccessAs() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Attributes.h | 114 Attribute(AttributeImpl *A) : pImpl(A) {} Attribute() function [all...] |