Searched refs:LocalPtr (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Serialization/ |
D | MultiOnDiskHashTable.h | 141 auto *LocalPtr = I.getItem(); in condense() local 144 auto L = InfoObj.ReadKeyDataLength(LocalPtr); in condense() 145 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in condense() 147 InfoObj.ReadDataInto(Key, LocalPtr + L.first, L.second, in condense() 261 auto *LocalPtr = I.getItem(); in findAll() local 264 auto L = InfoObj.ReadKeyDataLength(LocalPtr); in findAll() 265 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in findAll() 266 InfoObj.ReadDataInto(Key, LocalPtr + L.first, L.second, ResultBuilder); in findAll()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 523 auto *LocalPtr = this->getItem(); in getInternalKey() local 526 auto L = Info::ReadKeyDataLength(LocalPtr); in getInternalKey() 529 return InfoObj->ReadKey(LocalPtr, L.first); in getInternalKey() 569 auto *LocalPtr = this->getItem(); variable 572 auto L = Info::ReadKeyDataLength(LocalPtr); 575 const internal_key_type &Key = InfoObj->ReadKey(LocalPtr, L.first); 576 return InfoObj->ReadData(Key, LocalPtr + L.first, L.second);
|
/external/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 523 auto *LocalPtr = this->getItem(); in getInternalKey() local 526 auto L = Info::ReadKeyDataLength(LocalPtr); in getInternalKey() 529 return InfoObj->ReadKey(LocalPtr, L.first); in getInternalKey() 569 auto *LocalPtr = this->getItem(); variable 572 auto L = Info::ReadKeyDataLength(LocalPtr); 575 const internal_key_type &Key = InfoObj->ReadKey(LocalPtr, L.first); 576 return InfoObj->ReadData(Key, LocalPtr + L.first, L.second);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULegalizerInfo.cpp | 46 const LLT LocalPtr = GetAddrSpacePtr(AMDGPUAS::LOCAL_ADDRESS); in AMDGPULegalizerInfo() local 53 LocalPtr, in AMDGPULegalizerInfo()
|