Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir_test.go21 func testAttribute(t *testing.T, attr Attribute, name string) {
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp59 void ARMTargetStreamer::emitAttribute(unsigned Attribute, unsigned Value) {} in emitAttribute()
60 void ARMTargetStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
62 void ARMTargetStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
H A DARMELFStreamer.cpp208 void ARMTargetAsmStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute()
217 void ARMTargetAsmStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
234 void ARMTargetAsmStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
327 AttributeItem *getAttributeItem(unsigned Attribute) { in getAttributeItem()
334 void setAttributeItem(unsigned Attribute, unsigned Value, in setAttributeItem()
355 void setAttributeItem(unsigned Attribute, StringRef Value, in setAttributeItem()
376 void setAttributeItems(unsigned Attribute, unsigned IntValue, in setAttributeItems()
716 void ARMTargetELFStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute()
719 void ARMTargetELFStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
723 void ARMTargetELFStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
/minix3/external/bsd/llvm/dist/llvm/lib/DebugInfo/
H A DSyntaxHighlighting.h20 enum HighlightColor { Address, String, Tag, Attribute, Enumerator }; enumerator
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp195 void DIEHash::hashShallowTypeReference(dwarf::Attribute Attribute, in hashShallowTypeReference()
221 void DIEHash::hashRepeatedTypeReference(dwarf::Attribute Attribute, in hashRepeatedTypeReference()
234 void DIEHash::hashDIEEntry(dwarf::Attribute Attribute, dwarf::Tag Tag, in hashDIEEntry()
298 dwarf::Attribute Attribute = Desc->getAttribute(); in hashAttribute() local
H A DDwarfUnit.cpp174 void DwarfUnit::addFlag(DIE &Die, dwarf::Attribute Attribute) { in addFlag()
183 void DwarfUnit::addUInt(DIE &Die, dwarf::Attribute Attribute, in addUInt()
198 void DwarfUnit::addSInt(DIE &Die, dwarf::Attribute Attribute, in addSInt()
216 void DwarfUnit::addString(DIE &Die, dwarf::Attribute Attribute, in addString()
224 void DwarfUnit::addIndexedString(DIE &Die, dwarf::Attribute Attribute, in addIndexedString()
234 void DwarfUnit::addLocalString(DIE &Die, dwarf::Attribute Attribute, in addLocalString()
248 void DwarfUnit::addLabel(DIE &Die, dwarf::Attribute Attribute, dwarf::Form Form, in addLabel()
260 void DwarfUnit::addSectionOffset(DIE &Die, dwarf::Attribute Attribute, in addSectionOffset()
287 void DwarfUnit::addLabelDelta(DIE &Die, dwarf::Attribute Attribute, in addLabelDelta()
295 void DwarfUnit::addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIE &Entry) { in addDIEEntry()
[all …]
H A DDwarfCompileUnit.cpp29 void DwarfCompileUnit::addLabelAddress(DIE &Die, dwarf::Attribute Attribute, in addLabelAddress()
49 dwarf::Attribute Attribute, in addLocalLabelAddress()
234 void DwarfCompileUnit::addSectionLabel(DIE &Die, dwarf::Attribute Attribute, in addSectionLabel()
372 void DwarfCompileUnit::addSectionDelta(DIE &Die, dwarf::Attribute Attribute, in addSectionDelta()
745 void DwarfCompileUnit::addAddress(DIE &Die, dwarf::Attribute Attribute, in addAddress()
771 dwarf::Attribute Attribute, in addComplexAddress()
794 void DwarfCompileUnit::addLocationList(DIE &Die, dwarf::Attribute Attribute, in addLocationList()
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/
H A DARMAttributeParser.h23 ARMBuildAttrs::AttrType Attribute; member
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCNullStreamer.cpp28 MCSymbolAttr Attribute) override { in EmitSymbolAttribute()
H A DWinCOFFStreamer.cpp94 MCSymbolAttr Attribute) { in EmitSymbolAttribute()
H A DMCMachOStreamer.cpp245 MCSymbolAttr Attribute) { in EmitSymbolAttribute()
H A DMCELFStreamer.cpp138 MCSymbolAttr Attribute) { in EmitSymbolAttribute()
H A DMCAsmStreamer.cpp404 MCSymbolAttr Attribute) { in EmitSymbolAttribute()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h120 Attribute(AttributeImpl *A) : pImpl(A) {} in Attribute() function
122 Attribute() : pImpl(nullptr) {} in Attribute() function
/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DRecordStreamer.cpp86 MCSymbolAttr Attribute) { in EmitSymbolAttribute()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DDIE.h35 dwarf::Attribute Attribute; variable
88 void AddAttribute(dwarf::Attribute Attribute, dwarf::Form Form) { in AddAttribute()
174 void addValue(dwarf::Attribute Attribute, dwarf::Form Form, DIEValue *Value) { in addValue()
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DDwarf.cpp113 const char *llvm::dwarf::AttributeString(unsigned Attribute) { in AttributeString()
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h76 std::vector<AttributeSet> Attribute; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DComment.h431 Attribute() { } in Attribute() function
433 Attribute(SourceLocation NameLocBegin, StringRef Name) : in Attribute() function
439 Attribute(SourceLocation NameLocBegin, StringRef Name, in Attribute() function
/minix3/external/bsd/llvm/dist/llvm/bindings/python/llvm/
H A Dcore.py74 class Attribute(LLVMEnumeration): class
/minix3/usr.bin/make/
H A Dparse.c216 Attribute /* Generic attribute */ enumerator
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml84 module Attribute = struct module
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1408 const std::string &Attribute = R->getValueAsString("Attribute"); in ParseFeaturesFunction() local
/minix3/external/bsd/llvm/dist/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2738 const Record *Attribute; member in clang::DocumentationData
2740 DocumentationData(const Record &Documentation, const Record &Attribute) in DocumentationData()
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp2230 AttributeKind Attribute in parseOptionalAttributes() local

12