Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DSourcePrinter.h26 struct LiveVariable { struct
32 LiveVariable(const DWARFLocationExpression &LocExpr, const char *VarName, in LiveVariable() argument
57 std::vector<LiveVariable> LiveVariables;
H A DSourcePrinter.cpp33 bool LiveVariable::liveAtAddress(object::SectionedAddress Addr) { in liveAtAddress()
41 void LiveVariable::print(raw_ostream &OS, const MCRegisterInfo &MRI) const { in print()
127 for (const LiveVariable &LV : LiveVariables) { in dump()
157 LiveVariable &LV = LiveVariables[ActiveCols[ColIdx].VarIdx]; in update()
176 LiveVariable &LV = LiveVariables[VarIdx]; in update()