Searched refs:liveAtAddress (Results 1 – 2 of 2) sorted by relevance
29 bool LiveVariable::liveAtAddress(object::SectionedAddress Addr) { in liveAtAddress() function in llvm::objdump::LiveVariable164 ActiveCols[ColIdx].LiveIn = LV.liveAtAddress(ThisAddr); in update()165 ActiveCols[ColIdx].LiveOut = LV.liveAtAddress(NextAddr); in update()183 bool LiveIn = LV.liveAtAddress(ThisAddr); in update()184 bool LiveOut = LV.liveAtAddress(NextAddr); in update()
37 bool liveAtAddress(object::SectionedAddress Addr);