Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.h174 struct ValueAndLength { struct
194 void setCustomPrologue(ArrayRef<ValueAndLength> NewPrologue); argument
201 void addStandardOpcode(uint8_t Opcode, ArrayRef<ValueAndLength> Operands);
205 ArrayRef<ValueAndLength> Operands);
211 void writeData(ArrayRef<ValueAndLength> Data, AsmPrinter &Asm) const;
219 std::vector<ValueAndLength> CustomPrologue;
220 std::vector<ValueAndLength> Contents;
DDwarfGenerator.cpp196 ArrayRef<ValueAndLength> NewPrologue) { in setCustomPrologue()
206 ArrayRef<ValueAndLength> Operands) { in addStandardOpcode()
212 ArrayRef<ValueAndLength> Operands) { in addExtendedOpcode()
236 void dwarfgen::LineTable::writeData(ArrayRef<ValueAndLength> Data, in writeData()