Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp31 bool LiveVariable::liveAtAddress(object::SectionedAddress Addr) { in liveAtAddress() function in llvm::objdump::LiveVariable
156 ActiveCols[ColIdx].LiveIn = LV.liveAtAddress(ThisAddr); in update()
157 ActiveCols[ColIdx].LiveOut = LV.liveAtAddress(NextAddr); in update()
175 bool LiveIn = LV.liveAtAddress(ThisAddr); in update()
176 bool LiveOut = LV.liveAtAddress(NextAddr); in update()
H A DSourcePrinter.h35 bool liveAtAddress(object::SectionedAddress Addr);