Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp605 bool liveAtAddress(object::SectionedAddress Addr) { in liveAtAddress() function
759 ActiveCols[ColIdx].LiveIn = LV.liveAtAddress(ThisAddr); in update()
760 ActiveCols[ColIdx].LiveOut = LV.liveAtAddress(NextAddr); in update()
778 bool LiveIn = LV.liveAtAddress(ThisAddr); in update()
779 bool LiveOut = LV.liveAtAddress(NextAddr); in update()