Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.h25 struct LiveVariable { struct
31 LiveVariable(const DWARFLocationExpression &LocExpr, const char *VarName, in LiveVariable() argument
56 std::vector<LiveVariable> LiveVariables;
H A DSourcePrinter.cpp31 bool LiveVariable::liveAtAddress(object::SectionedAddress Addr) { in liveAtAddress()
39 void LiveVariable::print(raw_ostream &OS, const MCRegisterInfo &MRI) const { in print()
125 for (const LiveVariable &LV : LiveVariables) { in dump()
155 LiveVariable &LV = LiveVariables[ActiveCols[ColIdx].VarIdx]; in update()
174 LiveVariable &LV = LiveVariables[VarIdx]; in update()