HomeSort by relevance Sort by last modified time
    Searched refs:addRegisterOp (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 236 /// addRegisterOp - Add register operand.
237 void addRegisterOp(DIE *TheDie, unsigned Reg);
DwarfCompileUnit.cpp 246 /// addRegisterOp - Add register operand.
247 void CompileUnit::addRegisterOp(DIE *TheDie, unsigned Reg) {
283 addRegisterOp(Block, Location.getReg());
309 addRegisterOp(Block, Location.getReg());
434 addRegisterOp(Block, Location.getReg());
    [all...]

Completed in 20 milliseconds