HomeSort by: relevance | last modified time | path
    Searched refs:liveAtAddress (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
SourcePrinter.h 35 bool liveAtAddress(object::SectionedAddress Addr);
SourcePrinter.cpp 31 bool LiveVariable::liveAtAddress(object::SectionedAddress Addr) {
156 ActiveCols[ColIdx].LiveIn = LV.liveAtAddress(ThisAddr);
157 ActiveCols[ColIdx].LiveOut = LV.liveAtAddress(NextAddr);
175 bool LiveIn = LV.liveAtAddress(ThisAddr);
176 bool LiveOut = LV.liveAtAddress(NextAddr);

Completed in 20 milliseconds