Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFStreamer.h31 MipsRegInfoRecord *RegInfoRecord; variable
40 RegInfoRecord = new MipsRegInfoRecord(this, Context); in MipsELFStreamer()
42 std::unique_ptr<MipsRegInfoRecord>(RegInfoRecord)); in MipsELFStreamer()
DMipsELFStreamer.cpp32 RegInfoRecord->SetPhysRegUsed(Reg, MCRegInfo); in EmitInstruction()