Searched refs:LDVImpl (Results 1 – 5 of 5) sorted by relevance
24 class LDVImpl {27 virtual ~LDVImpl() {} in ~LDVImpl()33 extern LDVImpl *makeVarLocBasedLiveDebugValues();34 extern LDVImpl *makeInstrRefBasedLiveDebugValues();
63 LDVImpl *TheImpl;
289 class VarLocBasedLDV : public LDVImpl {2222 LDVImpl *
1301 class InstrRefBasedLDV : public LDVImpl {3356 LDVImpl *llvm::makeInstrRefBasedLiveDebugValues() { in makeInstrRefBasedLiveDebugValues()
277 class LDVImpl;411 void mapVirtRegs(LDVImpl *LDV);531 class LDVImpl { class610 LDVImpl(LiveDebugVariables *ps) : pass(*ps) {} in LDVImpl() function in __anonfbf3834f0411::LDVImpl723 void LDVImpl::print(raw_ostream &OS) { in print()733 void UserValue::mapVirtRegs(LDVImpl *LDV) { in mapVirtRegs()740 UserValue *LDVImpl::getUserValue(const DILocalVariable *Var, in getUserValue()755 void LDVImpl::mapVirtReg(Register VirtReg, UserValue *EC) { in mapVirtReg()761 UserValue *LDVImpl::lookupVirtReg(Register VirtReg) { in lookupVirtReg()767 bool LDVImpl::handleDebugValue(MachineInstr &MI, SlotIndex Idx) { in handleDebugValue()[all …]