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.cpp29 bool LiveVariable::liveAtAddress(object::SectionedAddress Addr) { in liveAtAddress()
37 void LiveVariable::print(raw_ostream &OS, const MCRegisterInfo &MRI) const { in print()
133 for (const LiveVariable &LV : LiveVariables) { in dump()
163 LiveVariable &LV = LiveVariables[ActiveCols[ColIdx].VarIdx]; in update()
182 LiveVariable &LV = LiveVariables[VarIdx]; in update()