Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp27 bool LiveVariable::liveAtAddress(object::SectionedAddress Addr) { in liveAtAddress() function in llvm::objdump::LiveVariable
162 ActiveCols[ColIdx].LiveIn = LV.liveAtAddress(ThisAddr); in update()
163 ActiveCols[ColIdx].LiveOut = LV.liveAtAddress(NextAddr); in update()
181 bool LiveIn = LV.liveAtAddress(ThisAddr); in update()
182 bool LiveOut = LV.liveAtAddress(NextAddr); in update()
H A DSourcePrinter.h37 bool liveAtAddress(object::SectionedAddress Addr);