Home
last modified time | relevance | path

Searched defs:DebugVariable (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/lib/CodeGen/
H A DLiveDebugValues.cpp68 struct DebugVariable : public DebugVariableBase { struct in __anon1bd8ab330111::LiveDebugValues
69 DebugVariable(const DILocalVariable *Var, const DILocation *InlinedAt) in DebugVariable() argument
72 const DILocalVariable *getVar() const { return this->first; }; in getVar()
73 const DILocation *getInlinedAt() const { return this->second; }; in getInlinedAt()
75 bool operator<(const DebugVariable &DV) const { in operator <()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp433 const SmallVectorImpl<std::pair<DebugVariable, DbgValue>> &VLocs, in loadInlocs()
3093 const DILocation *DILoc, const SmallSet<DebugVariable, 4> &VarsWeCareAbout, in buildVLocValueMap()
3487 DenseMap<DebugVariable, unsigned> &AllVarsNumbering, in depthFirstVLocAndEmit()
3599 DenseMap<DebugVariable, unsigned> &AllVarsNumbering) { in emitTransfers()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DDebugInfoMetadata.cpp39 DebugVariable::DebugVariable(const DbgVariableIntrinsic *DII) in DebugVariable() function in DebugVariable