HomeSort by: relevance | last modified time | path
    Searched refs:LiveVariable (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
SourcePrinter.h 25 struct LiveVariable {
31 LiveVariable(const DWARFLocationExpression &LocExpr, const char *VarName,
56 std::vector<LiveVariable> LiveVariables;
SourcePrinter.cpp 31 bool LiveVariable::liveAtAddress(object::SectionedAddress Addr) {
39 void LiveVariable::print(raw_ostream &OS, const MCRegisterInfo &MRI) const {
125 for (const LiveVariable &LV : LiveVariables) {
155 LiveVariable &LV = LiveVariables[ActiveCols[ColIdx].VarIdx];
174 LiveVariable &LV = LiveVariables[VarIdx];

Completed in 116 milliseconds