Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp33 bool LiveVariable::liveAtAddress(object::SectionedAddress Addr) { in liveAtAddress() function in llvm::objdump::LiveVariable
158 ActiveCols[ColIdx].LiveIn = LV.liveAtAddress(ThisAddr); in update()
159 ActiveCols[ColIdx].LiveOut = LV.liveAtAddress(NextAddr); in update()
177 bool LiveIn = LV.liveAtAddress(ThisAddr); in update()
178 bool LiveOut = LV.liveAtAddress(NextAddr); in update()
H A DSourcePrinter.h36 bool liveAtAddress(object::SectionedAddress Addr);