Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DSourcePrinter.h27 struct LiveVariable { struct
33 LiveVariable(const DWARFLocationExpression &LocExpr, const char *VarName, in LiveVariable() argument
58 std::vector<LiveVariable> LiveVariables;
DSourcePrinter.cpp33 bool LiveVariable::liveAtAddress(object::SectionedAddress Addr) { in liveAtAddress()
41 void LiveVariable::print(raw_ostream &OS, const MCRegisterInfo &MRI) const { in print()
137 for (const LiveVariable &LV : LiveVariables) { in dump()
167 LiveVariable &LV = LiveVariables[ActiveCols[ColIdx].VarIdx]; in update()
186 LiveVariable &LV = LiveVariables[VarIdx]; in update()