Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/naming/utils/
Ddns_resolver.py44 deferred_result = resolver.lookupAddress(args.qname)
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugLine.h136 uint32_t lookupAddress(uint64_t address, uint64_t cu_high_pc) const;
DDWARFContext.cpp158 uint32_t rowIndex = lineTable->lookupAddress(address, hiPC); in getLineInfoForAddress()
DDWARFDebugLine.cpp443 DWARFDebugLine::LineTable::lookupAddress(uint64_t address, in lookupAddress() function in DWARFDebugLine::LineTable
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h186 uint32_t lookupAddress(uint64_t address) const;
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp553 uint32_t DWARFDebugLine::LineTable::lookupAddress(uint64_t address) const { in lookupAddress() function in DWARFDebugLine::LineTable
667 uint32_t RowIndex = lookupAddress(Address); in getFileLineInfoForAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h227 uint32_t lookupAddress(uint64_t Address) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp893 uint32_t DWARFDebugLine::LineTable::lookupAddress(uint64_t Address) const { in lookupAddress() function in DWARFDebugLine::LineTable
1030 uint32_t RowIndex = lookupAddress(Address); in getFileLineInfoForAddress()