Searched refs:OutputExpression (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerCompileUnit.cpp | 1095 SmallVectorImpl<uint8_t> &OutputExpression, SectionDescriptor &Section, in cloneDieAttrExpression() argument 1123 OutputExpression.push_back(Op.getCode()); in cloneDieAttrExpression() 1128 OutputExpression.push_back(Op.getRawOperand(0)); in cloneDieAttrExpression() 1151 DebugULEB128DieRefPatch(OutputExpression.size(), this, this, in cloneDieAttrExpression() 1164 OutputExpression.append(ULEBbytes.begin(), ULEBbytes.end()); in cloneDieAttrExpression() 1173 OutputExpression.push_back(dwarf::DW_OP_addr); in cloneDieAttrExpression() 1181 OutputExpression.append(AddressBytes.begin(), AddressBytes.end()); in cloneDieAttrExpression() 1210 OutputExpression.push_back(*OutOperandKind); in cloneDieAttrExpression() 1218 OutputExpression.append(AddressBytes.begin(), AddressBytes.end()); in cloneDieAttrExpression() 1226 OutputExpression.append(Bytes.begin(), Bytes.end()); in cloneDieAttrExpression()
|
| H A D | DWARFLinkerCompileUnit.h | 430 SmallVectorImpl<uint8_t> &OutputExpression,
|