Home
last modified time | relevance | path

Searched refs:TypedAttr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp674 Attribute::AttrKind TypedAttr = (Attribute::AttrKind)AttrIdx; in mapAttributeTypes() local
675 if (Attrs.hasAttributeAtIndex(i, TypedAttr)) { in mapAttributeTypes()
677 Attrs.getAttributeAtIndex(i, TypedAttr).getValueAsType()) { in mapAttributeTypes()
678 Attrs = Attrs.replaceAttributeTypeAtIndex(C, i, TypedAttr, in mapAttributeTypes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp1023 Attribute::AttrKind TypedAttr = (Attribute::AttrKind)AttrIdx; in remapInstruction() local
1025 Attrs.getAttributeAtIndex(i, TypedAttr).getValueAsType()) { in remapInstruction()
1026 Attrs = Attrs.replaceAttributeTypeAtIndex(C, i, TypedAttr, in remapInstruction()