Searched refs:getAttribute (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/DebugInfo/
H A DDWARFAttribute.h24 uint16_t getAttribute() const { return Attribute; } function in class:llvm::DWARFAttribute
H A DDWARFAbbreviationDeclaration.cpp60 const char *attrString = AttributeString(Attribute[i].getAttribute());
64 OS << format("DW_AT_Unknown_%x", Attribute[i].getAttribute());
79 if (Attribute[i].getAttribute() == attr)
H A DDWARFAbbreviationDeclaration.h36 return Attribute.size() > idx ? Attribute[idx].getAttribute() : 0;
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUMachineFunction.cpp14 Attribute A = Set.getAttribute(AttributeSet::FunctionIndex,
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp103 Attribute CPUAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
105 Attribute FSAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp71 AP->EmitULEB128(AttrData.getAttribute(),
72 dwarf::AttributeString(AttrData.getAttribute()));
97 << dwarf::AttributeString(Data[i].getAttribute())
154 O << dwarf::AttributeString(Data[i].getAttribute());
H A DDIE.h43 uint16_t getAttribute() const { return Attribute; } function in class:llvm::DIEAbbrevData
H A DDwarfDebug.cpp1892 unsigned Attr = AbbrevData[i].getAttribute();
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DAttributeImpl.h176 Attribute getAttribute(Attribute::AttrKind Kind) const;
177 Attribute getAttribute(StringRef Kind) const;
H A DAttributes.cpp454 Attribute AttributeSetNode::getAttribute(Attribute::AttrKind Kind) const { function in class:AttributeSetNode
462 Attribute AttributeSetNode::getAttribute(StringRef Kind) const { function in class:AttributeSetNode
826 Attribute AttributeSet::getAttribute(unsigned Index, function in class:AttributeSet
829 return ASN ? ASN->getAttribute(Kind) : Attribute();
832 Attribute AttributeSet::getAttribute(unsigned Index, function in class:AttributeSet
835 return ASN ? ASN->getAttribute(Kind) : Attribute();
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetMachine.cpp76 getAttribute(AttributeSet::FunctionIndex, \
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DAttributes.h298 Attribute getAttribute(unsigned Index, Attribute::AttrKind Kind) const;
301 Attribute getAttribute(unsigned Index, StringRef Kind) const;
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86Subtarget.cpp368 Attribute CPUAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
370 Attribute FSAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
/freebsd-10.0-release/crypto/heimdal/lib/hx509/
H A Dks_keychain.c51 getAttribute(SecKeychainItemRef itemRef, SecItemAttr item, function
285 ret = getAttribute(itemRef, kSecKeyKeySizeInBits, &attrs);
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2415 HasFunNoNaNAttr = F.getAttributes().getAttribute(

Completed in 214 milliseconds