Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp83 void addInstruction(uint8_t Opcode, uint64_t Operand1) { in addInstruction() argument
85 Instructions.back().Ops.push_back(Operand1); in addInstruction()
88 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { in addInstruction() argument
90 Instructions.back().Ops.push_back(Operand1); in addInstruction()