Searched refs:OutputExpression (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerCompileUnit.cpp | 1092 SmallVectorImpl<uint8_t> &OutputExpression, SectionDescriptor &Section, in cloneDieAttrExpression() argument 1120 OutputExpression.push_back(Op.getCode()); in cloneDieAttrExpression() 1125 OutputExpression.push_back(Op.getRawOperand(0)); in cloneDieAttrExpression() 1148 DebugULEB128DieRefPatch(OutputExpression.size(), this, this, in cloneDieAttrExpression() 1161 OutputExpression.append(ULEBbytes.begin(), ULEBbytes.end()); in cloneDieAttrExpression() 1170 OutputExpression.push_back(dwarf::DW_OP_addr); in cloneDieAttrExpression() 1177 OutputExpression.append(AddressBytes.begin(), AddressBytes.end()); in cloneDieAttrExpression() 1206 OutputExpression.push_back(*OutOperandKind); in cloneDieAttrExpression() 1214 OutputExpression.append(AddressBytes.begin(), AddressBytes.end()); in cloneDieAttrExpression() 1222 OutputExpression.append(Bytes.begin(), Bytes.end()); in cloneDieAttrExpression()
|
| H A D | DWARFLinkerCompileUnit.h | 430 SmallVectorImpl<uint8_t> &OutputExpression,
|