Home
last modified time | relevance | path

Searched defs:ReadTag (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/unwinding/libunwindstack/
H A DMemoryMte.cpp29 long MemoryRemote::ReadTag(uint64_t addr) { in ReadTag() function in unwindstack::MemoryRemote
44 long MemoryLocal::ReadTag(uint64_t addr) { in ReadTag() function in unwindstack::MemoryLocal
H A DMemoryCache.h49 long ReadTag(uint64_t addr) override { return impl_->ReadTag(addr); } in ReadTag() function
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DMemory.h54 virtual long ReadTag(uint64_t) { return -1; } in ReadTag() function
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DELFAttributeData.cpp18 bool ELFAttributeData::ReadTag(TagType& pTag, in ReadTag() function in mcld::ELFAttributeData