Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h166 bool containsPC(uint64_t pc) const { in containsPC() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp529 if (!seq.containsPC(address)) in findRowInSeq()
593 if (!seq_pos->containsPC(address)) in lookupAddressRange()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h210 bool containsPC(uint64_t PC) const { return (LowPC <= PC && PC < HighPC); } in containsPC() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp869 if (!Seq.containsPC(Address)) in findRowInSeq()
933 if (!SeqPos->containsPC(Address)) in lookupAddressRange()