Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DLiveDebugValues.h25 class LDVImpl {
30 virtual ~LDVImpl() = default;
36 extern LDVImpl *makeVarLocBasedLiveDebugValues();
37 extern LDVImpl *makeInstrRefBasedLiveDebugValues();
H A DLiveDebugValues.cpp82 std::unique_ptr<LDVImpl> InstrRefImpl;
83 std::unique_ptr<LDVImpl> VarLocImpl;
100 std::unique_ptr<LDVImpl>(llvm::makeInstrRefBasedLiveDebugValues()); in LiveDebugValues()
101 VarLocImpl = std::unique_ptr<LDVImpl>(llvm::makeVarLocBasedLiveDebugValues()); in LiveDebugValues()
118 LDVImpl *TheImpl = &*VarLocImpl; in runOnMachineFunction()
H A DVarLocBasedImpl.cpp279 class VarLocBasedLDV : public LDVImpl {
2399 LDVImpl *
H A DInstrRefBasedImpl.h1037 class InstrRefBasedLDV : public LDVImpl {
H A DInstrRefBasedImpl.cpp3818 LDVImpl *llvm::makeInstrRefBasedLiveDebugValues() { in makeInstrRefBasedLiveDebugValues()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp276 class LDVImpl;
410 void mapVirtRegs(LDVImpl *LDV);
531 class LDVImpl { class
636 LDVImpl(LiveDebugVariables *ps) : pass(*ps) {} in LDVImpl() function in __anon5b3cf91b0411::LDVImpl
755 void LDVImpl::print(raw_ostream &OS) { in print()
765 void UserValue::mapVirtRegs(LDVImpl *LDV) { in mapVirtRegs()
772 LDVImpl::getUserValue(const DILocalVariable *Var, in getUserValue()
787 void LDVImpl::mapVirtReg(Register VirtReg, UserValue *EC) { in mapVirtReg()
793 UserValue *LDVImpl::lookupVirtReg(Register VirtReg) { in lookupVirtReg()
799 bool LDVImpl::handleDebugValue(MachineInstr &MI, SlotIndex Idx) { in handleDebugValue()
[all …]