Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.h27 struct LiveVariable { struct
33 LiveVariable(const DWARFLocationExpression &LocExpr, const char *VarName, in LiveVariable() argument
58 std::vector<LiveVariable> LiveVariables;
H A DSourcePrinter.cpp27 bool LiveVariable::liveAtAddress(object::SectionedAddress Addr) { in liveAtAddress()
35 void LiveVariable::print(raw_ostream &OS, const MCRegisterInfo &MRI) const { in print()
131 for (const LiveVariable &LV : LiveVariables) { in dump()
161 LiveVariable &LV = LiveVariables[ActiveCols[ColIdx].VarIdx]; in update()
180 LiveVariable &LV = LiveVariables[VarIdx]; in update()