Home
last modified time | relevance | path

Searched refs:AttrIdx (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang-c/
H A DDocumentation.h330 CXString clang_HTMLStartTag_getAttrName(CXComment Comment, unsigned AttrIdx);
340 CXString clang_HTMLStartTag_getAttrValue(CXComment Comment, unsigned AttrIdx);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp1021 for (int AttrIdx = Attribute::FirstTypeAttr; in remapInstruction() local
1022 AttrIdx <= Attribute::LastTypeAttr; AttrIdx++) { in remapInstruction()
1023 Attribute::AttrKind TypedAttr = (Attribute::AttrKind)AttrIdx; in remapInstruction()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp585 for (const auto &[AttrIdx, Attrs] : in EmitAttributes()
591 OS << " AS[" << numAttrs++ << "] = {" << AttrIdx in EmitAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp672 for (int AttrIdx = Attribute::FirstTypeAttr; in mapAttributeTypes() local
673 AttrIdx <= Attribute::LastTypeAttr; AttrIdx++) { in mapAttributeTypes()
674 Attribute::AttrKind TypedAttr = (Attribute::AttrKind)AttrIdx; in mapAttributeTypes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1137 auto AttrIdx = IRP.getAttrIdx(); in updateAttrMap() local
1138 AttributeSet AS = AL.getAttributes(AttrIdx); in updateAttrMap()
1150 AL = AL.removeAttributesAtIndex(Ctx, AttrIdx, AM); in updateAttrMap()
1151 AL = AL.addAttributesAtIndex(Ctx, AttrIdx, AB); in updateAttrMap()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1891 uint64_t AttrIdx) { in decodeLLVMAttributesForBitcode() argument
1904 if (AttrIdx == AttributeList::FunctionIndex) { in decodeLLVMAttributesForBitcode()