Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp31 RegInfoRecord = new MipsRegInfoRecord(this, Context); in MipsELFStreamer()
33 std::unique_ptr<MipsRegInfoRecord>(RegInfoRecord)); in MipsELFStreamer()
50 RegInfoRecord->SetPhysRegUsed(Reg, MCRegInfo); in emitInstruction()
H A DMipsELFStreamer.h32 MipsRegInfoRecord *RegInfoRecord; variable