Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp85 void LVSymbol::addLocationOperands(LVSmall Opcode, in addLocationOperands() function in LVSymbol
100 addLocationOperands(/*Opcode=*/LVLocationMemberOffset, {Constant}); in addLocationConstant()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h129 void addLocationOperands(LVSmall Opcode, ArrayRef<uint64_t> Operands);
/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1065 Symbol->addLocationOperands(LVSmall(Attr), {Operand1}); in visitKnownRecord()
1103 Symbol->addLocationOperands(LVSmall(Attr), {Operand1}); in visitKnownRecord()
1142 Symbol->addLocationOperands(LVSmall(Attr), {Operand1, Operand2}); in visitKnownRecord()
1177 Symbol->addLocationOperands(LVSmall(Attr), {Operand1}); in visitKnownRecord()
1215 Symbol->addLocationOperands(LVSmall(Attr), {Operand1}); in visitKnownRecord()
1258 Symbol->addLocationOperands(LVSmall(Attr), {Operand1, /*Operand2=*/0}); in visitKnownRecord()
1299 Symbol->addLocationOperands(LVSmall(Attr), {Operand1, /*Operand2=*/0}); in visitKnownRecord()
H A DLVDWARFReader.cpp992 CurrentSymbol->addLocationOperands(Op.getCode(), Op.getRawOperands()); in processLocationList()