Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEAttributeCloner.cpp550 dwarf::Form ResultForm = AttrSpec.Form; in cloneBlockAttr() local
551 if ((ResultForm == dwarf::DW_FORM_block1 && Bytes.size() > UINT8_MAX) || in cloneBlockAttr()
552 (ResultForm == dwarf::DW_FORM_block2 && Bytes.size() > UINT16_MAX) || in cloneBlockAttr()
553 (ResultForm == dwarf::DW_FORM_block4 && Bytes.size() > UINT32_MAX)) in cloneBlockAttr()
554 ResultForm = dwarf::DW_FORM_block; in cloneBlockAttr()
559 Generator.addLocationAttribute(AttrSpec.Attr, ResultForm, Bytes).second; in cloneBlockAttr()
562 Generator.addBlockAttribute(AttrSpec.Attr, ResultForm, Bytes).second; in cloneBlockAttr()