Home
last modified time | relevance | path

Searched refs:LDVImpl (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DLiveDebugValues.h24 class LDVImpl {
27 virtual ~LDVImpl() {} in ~LDVImpl()
33 extern LDVImpl *makeVarLocBasedLiveDebugValues();
34 extern LDVImpl *makeInstrRefBasedLiveDebugValues();
H A DLiveDebugValues.cpp63 LDVImpl *TheImpl;
H A DVarLocBasedImpl.cpp289 class VarLocBasedLDV : public LDVImpl {
2222 LDVImpl *
H A DInstrRefBasedImpl.cpp1301 class InstrRefBasedLDV : public LDVImpl {
3356 LDVImpl *llvm::makeInstrRefBasedLiveDebugValues() { in makeInstrRefBasedLiveDebugValues()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp277 class LDVImpl;
411 void mapVirtRegs(LDVImpl *LDV);
531 class LDVImpl { class
610 LDVImpl(LiveDebugVariables *ps) : pass(*ps) {} in LDVImpl() function in __anonfbf3834f0411::LDVImpl
723 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 …]